You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the example from README creates empty config.ini file (I expected it to contain options I specified on command line or default options). Trying to set, for example, timeout from config.ini fails.
If I add explicit conf(section), it reading that field from file starts working, but created config file is still empty.
README should be extended and include multiple launchers and example config file.
The text was updated successfully, but these errors were encountered:
Running the example from README creates empty config.ini file (I expected it to contain options I specified on command line or default options). Trying to set, for example, timeout from config.ini fails.
Now that you mention it I'm not exactly sure why config.ini is created when it's initialized if it's going to be empty anyway. The intended usage, which does write a different config file, is with write_file. This is a modified version of the showcase.rs example, after which a full config file will be created:
Running the example from README creates empty
config.ini
file (I expected it to contain options I specified on command line or default options). Trying to set, for example,timeout
fromconfig.ini
fails.If I add explicit
conf(section)
, it reading that field from file starts working, but created config file is still empty.README should be extended and include multiple launchers and example config file.
The text was updated successfully, but these errors were encountered: