#413 closed enhancement (fixed)
Commandline: args must be associated with an option
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.5 |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Needs ticket:418
Sometimes it is useful to allow args with no option, se for example rm in coreutils that allow
rm *~
Change History (6)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1427]) refs #413 seems like those args are just ignored now. Commandline should store those strings in a vector<string> that one can access.