Skip to content
Snippets Groups Projects
Commit cb50e957 authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Update 08_scripts.md

parent 5ecc600c
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,9 @@ print(sys.argv[0]) ...@@ -124,7 +124,9 @@ print(sys.argv[0])
``` ```
For more sophisticated argument parsing you can use `argparse` - good documentation and examples of this can be found on the web. For more sophisticated argument parsing you can use `argparse` - good documentation and examples of this can be found on the web.
> argparse can automatically produce help text for the user, validate input etc., so it is strongly recommended. > argparse can automatically produce help text for the user, validate input etc., so it is strongly recommended.
--- ---
<a class="anchor" id="example-script"></a> <a class="anchor" id="example-script"></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment