Statistics
| Branch: | Tag: | Revision:

root @ b113e74b

Name Size
  docs
  kamaki
.gitignore 43 Bytes
COPYRIGHT 1.5 kB
Changelog 1.9 kB
MANIFEST.in 29 Bytes
README.rst 258 Bytes
setup.py 2.2 kB

Latest revisions

# Date Author Comment
b113e74b 12/22/2012 08:01 pm Stavros Sachtouris

Modify getitem semantics

Not getitem of cli.commands does return arg.value
- to set:
mycmd['argname'] = Argument(…)
or
mycmd.argument['argname'] = Argument(…)
- to get Argument object:
mycmd.get_argument_object('argname')
or
mycmd.argument['argname']...

5a37a189 12/22/2012 07:38 pm Stavros Sachtouris

Make arguments an internal feature of cli.commands

Now any cli.commands subclass instance:
- sets args like this:
mycmd['myargname'] = Argument()
instead of
mycmd.arguments['myargname']
- gets args like this:
mycmd['myargname'] = Argument()
instead of...

f4016ab2 12/21/2012 12:39 pm Stavros Sachtouris

Add the Changelog for 0.6.2

c3cbefb5 12/20/2012 06:22 pm Stavros Sachtouris

Merge branch 'develop'

Conflicts:
docs/setup.rst

36d4b607 12/20/2012 06:13 pm Stavros Sachtouris

Documentation uniformity

c52d1b08 12/20/2012 06:12 pm Stavros Sachtouris

Make setup easier

c5bcc3e3 12/20/2012 05:52 pm Stavros Sachtouris

Improve help for history run

0663d8d6 12/20/2012 05:20 pm Stavros Sachtouris

Nice instructions for astakos_cli

2703cceb 12/20/2012 05:06 pm Stavros Sachtouris

Formated output in long command description

ec51b97c 12/20/2012 02:51 pm Stavros Sachtouris

Fix network disconnect detail show

View all revisions | View revisions

Also available in: Atom