Apply new argument strategy on server list
authorStavros Sachtouris <saxtouri@gmail.com>
Sat, 22 Dec 2012 18:14:37 +0000 (20:14 +0200)
committerStavros Sachtouris <saxtouri@gmail.com>
Sat, 22 Dec 2012 18:14:37 +0000 (20:14 +0200)
commite15d78e228cd341ffbe2da14924df35478f646ef
treee85510a43e92120e25f303228d83b301b6085db5
parentb113e74b84e718e828b3395cfe522ab86a7c0014
Apply new argument strategy on server list

Suggested use:
- declare:
    (self.)arguments = dict(argname=Argument())
- set/update:
    self['argname'] = Argument(...)
- use:
    self['argname']
- get arg object:
    self.get_argument_object('argname')
kamaki/cli/commands/__init__.py
kamaki/cli/commands/cyclades_cli.py