Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli / one_command.py @ 1ace29b9

History | View | Annotate | Download (3.9 kB)

# Date Author Comment
334338ce 05/13/2013 02:13 pm Stavros Sachtouris

Raise a descriptive error for misconfigured cmds

Refs: #3663

A command group that is declared in the config file is not supported
by valid command specification code or the specification code is not
pointed at by <command>.cli configure variable

9986e569 05/09/2013 07:06 pm Stavros Sachtouris

Globalize logger usage

Unsolved bug: redudant info in logfile

c8e17a67 12/19/2012 06:06 pm Stavros Sachtouris

Deal with with argparse stupid error handling

argparse people must be sadists or they just hate other programers

b6a99832 12/18/2012 05:44 pm Stavros Sachtouris

Restructure interface code