Use CLI11 for command line arguments
Created by: matthew-d-jones
Closes #114 (closed)
Please check I have not missed any options, some were undocumented in the README and --help
text.
For now we continue to use the json configuration file, but we could switch to using the CLI11 ini file in the future (#152 (closed)). This would simplify the code to a single definition of the options and default values.
I've also used CLI11 for options in send-command
so please check that too.
There is no description for teamid
in --help
, this is not a regression and I've created an issue for it #160 (closed).