Opened 13 years ago
Closed 12 years ago
#471 closed enhancement (fixed)
Always detect `--help` option
Reported by: | Jari Häkkinen | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.10 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
First a few example command lines. --anchor_format
does not exist, I simply made a guess.
svndigest --anchor_format=null svndigest --anchor_format=null --help svndigest --help --anchor_format=null
Obviously the first line above fails but so do the second line. The third line will go through and help information is displayed. I think the second line should also be accepted and help information should be displayed. If I get an invalid argument message I usually add --help
to my command line without change anything else. I read the help and correct my mistake.
Change option parsing to accept --help
irrespective order and invalid arguments.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Milestone: | svndigest 0.x+ → svndigest 0.10 |
---|---|
Owner: | changed from Jari Häkkinen to Peter Johansson |
Status: | new → assigned |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
opened a ticket for this in yat: http://dev.thep.lu.se/yat/ticket/637