We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bf86f commit f3e692dCopy full SHA for f3e692d
README.md
@@ -500,6 +500,6 @@ class Args(Tap):
500
arg1: int
501
arg2: str
502
503
-rgs = Args(config_files=['my_config_shlex.txt']).parse_args(parse_config_files_with_shlex=True)
+args = Args(config_files=['my_config_shlex.txt']).parse_args(parse_config_files_with_shlex=True)
504
```
505
to get the resulting `args = {'arg1': 21, 'arg2': 'two three four'}`
0 commit comments