diff options
author | Eric Lin <anselor@gmail.com> | 2018-04-28 16:08:18 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2018-04-28 16:08:18 -0400 |
commit | ab7ac493950040565d933ed02deaeb778ef977e3 (patch) | |
tree | d6523277fb996b019a6a43714cfbb1ad27106704 /tests/pyscript/help_media.py | |
parent | 54f9a7a6f691367642ac47913ff5163e1e5155a7 (diff) | |
download | cmd2-git-ab7ac493950040565d933ed02deaeb778ef977e3.tar.gz |
Added support for translating function positional and keyword arguments into argparse command positional and flag arguments.
Added initial set of tests
Diffstat (limited to 'tests/pyscript/help_media.py')
-rw-r--r-- | tests/pyscript/help_media.py | 1 |
1 files changed, 1 insertions, 0 deletions
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') |