about summary refs log tree commit diff
path: root/Completion/Base/_argument_sets
Commit message (Collapse)AuthorAgeFilesLines
* make _argument_sets add the options as defaults when there is nothing else ↵Sven Wischnowsky2000-05-111-0/+4
| | | | to complete (11324)
* allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky2000-05-111-3/+29
| | | | _argument_sets and the C-code for it (11320)
* option name clash in _arguments (11273)Sven Wischnowsky2000-05-091-1/+1
|
* make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky2000-04-251-0/+56
_argument_sets to complete different sets of arguments and options for the same command (10908)