mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 06:46:16 +00:00
only_flags in example
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ from clint.textui import puts, colored, indent
|
||||
|
||||
with indent(4, quote='>>>'):
|
||||
puts(colored.red('Aruments passed in: ') + str(args.all))
|
||||
puts(colored.red('Flags detected: ') + str(args.all_without('py')))
|
||||
puts(colored.red('Flags detected: ') + str(args.only_flags))
|
||||
puts(colored.red('Files detected: ') + str(args.files))
|
||||
puts(colored.red('Grouped Arguments: ') + str(dict(args.grouped)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user