Triox should be able to handle at least a few basic command line arguments. This could be implemented using clap or any other command line parsing crate.
List of basic arguments:
[x] -v, --version: Print version number
[x] -h, --help: Print help dialogue
[x] -c, --config-dir: Path to configuration file directory
Triox should be able to handle at least a few basic command line arguments. This could be implemented using clap or any other command line parsing crate.
List of basic arguments:
-v
,--version
: Print version number-h
,--help
: Print help dialogue-c
,--config-dir
: Path to configuration file directory--default-log-level
: Set default log level