added an example get_each_args.py

This commit is contained in:
kracekumar
2012-05-09 01:05:32 +05:30
parent c9bf3bac3a
commit afd410125d
4 changed files with 20 additions and 1 deletions
+2 -1
View File
@@ -16,4 +16,5 @@ with indent(4, quote='>>>'):
puts(colored.red('NOT Files detected: ') + str(args.not_files))
puts(colored.red('Grouped Arguments: ') + str(dict(args.grouped)))
print
print