mirror of
https://github.com/kennethreitz-archive/args.git
synced 2026-06-05 07:06:16 +00:00
Merge pull request #3 from bitprophet/patch-1
Missing newline+indent in one of the examples.
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@ A few arguments::
|
||||
|
||||
$ tool -s this that --import this and that and this and that
|
||||
Aruments passed in: ['-s', 'this', 'that', '--import', 'this', 'and', 'that', 'and', 'this', 'and', 'that']
|
||||
Flags detected: <args ['-s', '--import'Files detected: []
|
||||
Flags detected: <args ['-s', '--import'
|
||||
Files detected: []
|
||||
NOT Files detected: <args ['-s', 'this', 'that', '--import', 'this', 'and', 'that', 'and', 'this', 'and', 'that']>
|
||||
Grouped Arguments: {'--import': <args ['this', 'and', 'that', 'and', 'this', 'and', 'that']>, '_': <args []>, '-s': <args ['this', 'that']>}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user