Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 Peter)

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 Peter

Status: newassigned

comment:2 Changed 15 years ago by Peter

(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.

comment:3 Changed 15 years ago by Peter

Description: modified (diff)

comment:4 Changed 15 years ago by Peter

(In [1466]) refs #413

comment:5 Changed 15 years ago by Peter

Resolution: fixed
Status: assignedclosed

(In [1468]) fixes #413

comment:6 Changed 15 years ago by Peter

(In [1480]) adding function to get free args - refs #413

Note: See TracTickets for help on using tickets.