From cb50e957eabec6318d2f93e68cdd8400b17b130a Mon Sep 17 00:00:00 2001 From: Mark Jenkinson <mark@fmrib.ox.ac.uk> Date: Sat, 17 Feb 2018 18:38:22 +0000 Subject: [PATCH] Update 08_scripts.md --- getting_started/08_scripts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getting_started/08_scripts.md b/getting_started/08_scripts.md index 3ad103a..ec759f3 100644 --- a/getting_started/08_scripts.md +++ b/getting_started/08_scripts.md @@ -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. + > argparse can automatically produce help text for the user, validate input etc., so it is strongly recommended. + --- <a class="anchor" id="example-script"></a> -- GitLab