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
For some use cases, it may be useful to pass configuration options via command line. For example, use a command line switch to override the video file to be played. Or use the cli to override any number of TOML settings
The text was updated successfully, but these errors were encountered:
The current implementation that addresses this item request allows for the command-line override of the TOML configuration file via the --config or -c flag (e.g., ble-sync-cycle -c home/user/.config/BSC/config.toml)
Other flags may get implemented in the future, but should be driven by request tickets that expressly identify specific needs/use cases.
DOES:
Currently BSC is only configured via a TOML file
SHOULD:
For some use cases, it may be useful to pass configuration options via command line. For example, use a command line switch to override the video file to be played. Or use the cli to override any number of TOML settings
The text was updated successfully, but these errors were encountered: