Revision af6de846
ID | af6de846869f98c5980164b59276cff34398a97f |
Start refactoring main CLI
Aims:
- cleaner cli load-point code
- move more argument logic to argument module
- move command loading to the seperate service cli modules:
each command spec module will provide a mechanism for loading
command interfaces (all of them or specific cmds)
Files
- added
- modified
- copied
- renamed
- deleted
- kamaki
- cli
- __init__.py (diff)
- argument.py (diff)
- commands
- quotaholder_cli.py
- test_cli.py
- new.py
- clients
- quotaholder.py
- cli
- setup.py (diff)