From ab7ac493950040565d933ed02deaeb778ef977e3 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Sat, 28 Apr 2018 16:08:18 -0400 Subject: Added support for translating function positional and keyword arguments into argparse command positional and flag arguments. Added initial set of tests --- tests/pyscript/help_media.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/pyscript/help_media.py (limited to 'tests/pyscript/help_media.py') diff --git a/tests/pyscript/help_media.py b/tests/pyscript/help_media.py new file mode 100644 index 00000000..78025bdd --- /dev/null +++ b/tests/pyscript/help_media.py @@ -0,0 +1 @@ +app.help('media') -- cgit v1.2.1