Update docs, fix bug when progress not installed
[kamaki] / kamaki / cli / argument.py
2012-11-21 Stavros SachtourisUpdate docs, fix bug when progress not installed
2012-11-20 Stavros SachtourisParse quoted strings in interactive shell
2012-11-19 Stavros SachtourisFix config-forget bug
2012-11-19 Stavros SachtourisUpgrade progress compatibility to 1.0.2
2012-11-14 Stavros SachtourisApply total error handling
2012-11-14 Stavros SachtourisComplete UI/cli interface refactoring, minor bugs
2012-11-12 Stavros SachtourisAllow clis to overide command load implementation
2012-11-09 Stavros SachtourisStart refactoring main CLI
2012-11-08 Stavros SachtourisNEW server method: wait_server + cli command
2012-11-07 Stavros SachtourisModify KeyValueArgument and CmdConfigArgument
2012-11-02 Stavros SachtourisMake all source pep8 compliant
2012-10-31 Stavros Sachtourispep8 part of kamaki (from root to cli)
2012-10-29 Stavros SachtourisChange syntax for KeyValue properties
2012-10-29 Stavros SachtourisFix parse error in argument parsing
2012-10-26 Stavros SachtourisRemove relative imports from all pkgs, fix astakos
2012-10-15 Stavros SachtourisSeperate shell from one-command cli
2012-10-12 Stavros SachtourisRemove some debug msgs
2012-10-12 Stavros SachtourisShell can run cmds with args ony from context
2012-10-11 Stavros SachtourisMinor improvements
2012-10-08 Stavros SachtourisHistory as command
2012-10-08 Stavros SachtourisRemove History Argument
2012-10-08 Stavros SachtourisAdjust cyclades clis, rearange command locations
2012-10-08 Stavros SachtourisAdd history handling - no history storage yet
2012-10-02 Stavros SachtourisCompleted Pithos_cli adjustment
2012-10-02 Stavros SachtourisShow command-specific help
2012-10-01 Stavros SachtourisAdjust store list to new arg/config mechanism
2012-09-28 Stavros SachtourisComplete one-command CLI, but still doesn't work
2012-09-25 Stavros SachtourisTest CommandTree usage and notice it's no good
2012-09-25 Stavros SachtourisFix CLI top level error handling
2012-09-25 Stavros SachtourisArgument object handles part of the functionality
2012-09-21 Stavros SachtourisFirst version of error managing system for CLI