Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli / argument @ 8df239df

Name Size
__init__.py 25.3 kB
test.py 21 kB

Latest revisions

# Date Author Comment
023d5ada 02/05/2014 03:16 pm Stavros Sachtouris

Recognise usernames in --account args (or similar)

Refs: #4810

Arguments --account and --to-account can now accept usernames along with uuids
Kamaki attempts to recognise the argument as a uuid. In case of failure, it
attempts to recognise it as a username. If it fails again, it produces and...

b33d9050 01/30/2014 05:56 pm Stavros Sachtouris

Disable argument abbreviation

Refs: #4865

Implementaton details: subclass ArgumentParser and override the
_get_option_tuples method. Replace option_string comparison
operator: == instead of .startswith
The rest of the method code is copy-pasted from python 2.7.3 argparse

94370709 01/09/2014 05:30 pm Stavros Sachtouris

Remove debug printer

05ecf3a3 01/09/2014 04:15 pm Stavros Sachtouris

Minor typo

c3d42104 12/20/2013 02:58 pm Stavros Sachtouris

Update wait to use --status

1df445fe 12/17/2013 06:26 pm Stavros Sachtouris

Adjust to progress 1.2

c22183b9 12/02/2013 06:25 pm Stavros Sachtouris

Allow kamaki-shell to ignore unrecognized commands

9b3c8fd9 11/29/2013 04:31 pm Stavros Sachtouris

Fix required args parsing in kamaki shell mode

eb647cfe 11/29/2013 01:03 pm Stavros Sachtouris

Allow ports without device_id in lib + waits

Refs: #4624, #4563

a6d2ad78 11/28/2013 03:58 pm Stavros Sachtouris

Fix required argument inconsistency with lists

View revisions

Also available in: Atom