Go to file
Eyal Posener f55e785448 Fix command order
When there are two commands: one 'foo', that expects a positional
argument, and a second command 'foo bar'.
Trying to enter the command 'foo bar' will invoke the command
'foo' with position argument 'bar', and not the second command
'foo bar'.
This is due to the fact that the find command method first
checks for the first word as a command.
By trying first to match all arguments this problem is solved.

Closes-Bug: #1618673
Change-Id: I24ea39813ad30ec095ea18baad3a7b088fa8108f
2017-01-03 16:47:12 +02:00
2017-01-03 16:47:12 +02:00
2015-08-18 09:42:19 +12:00
2015-04-14 08:17:04 -06:00
2014-02-07 20:38:59 +00:00
2013-09-23 15:45:31 -04:00
2014-01-03 12:17:56 -05:00
2012-04-20 10:06:58 -07:00
2015-11-12 13:52:05 +00:00
2015-03-10 16:35:58 +11:00
2015-11-19 15:44:19 +00:00
2016-02-11 01:55:34 -05:00

cliff -- Command Line Interface Formulation Framework

cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions.

Description
Command Line Interface Formulation Framework
Readme 5.8 MiB
Languages
Python 99.6%
Shell 0.4%