The Help command
The easiest and most up to date way of getting help for a command is to use
the help command or the --help
option.
For example:
AnalysisPrograms.exe --help
To see all the available commands, run:
AnalysisPrograms.exe --list
To get help for a specific command (in this case audio2csv
), run:
AnalysisPrograms.exe audio2csv --help
For an in depth guide see Running commands.