sidiandi / Sidi.GetOpt

getopt-style command line parsing for C#
0 stars 0 forks source link

Fix usage message #1

Open sidiandi opened 6 years ago

sidiandi commented 6 years ago
C:\work\rft\out\Debug\rft\bin>rft -h
Usage: program [option]... <command>
C:\work\rft\out\Debug\rft\bin>rft c --help
Usage: create-developer-branch [option]... [trunkServerItem: String]

Options in sub commands are not complete

One letter options are missing in usage instructions

program command --help for help

Display usage when called without args in multi-command mode

sidiandi commented 6 years ago

Still to do:

sidiandi commented 6 years ago

Still to do: