Modify ↓
Opened 15 years ago
Closed 15 years ago
#4344 closed defect (fixed)
[PATCH] simplify command line processing
Reported by: | bomm | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
I removed argList from the command line processing to make it easier to understand.
argList was only used to process the help options. Now options "-h" and "-?" are replaced with "--help" and "--help" is processed in the same way as other long options.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | josm-cmdline.patch added |
---|
comment:1 by , 15 years ago
Priority: | normal → minor |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2821]) applied #4344: patch by bomm: simplify command line processing