I try to always add a line like: `"Usage: clitool.exe [command] [options]" `when command is called with --help or without. I could add it like: `AddPreOptionsLine("Usage: clitool.exe [command] [options]"); `but then the help for each verb was gone.
I try to always add a line like:
"Usage: clitool.exe [command] [options]"when command is called with --help or without.I could add it like:
AddPreOptionsLine("Usage: clitool.exe [command] [options]");but then the help for each verb was gone.