aboutsummaryrefslogtreecommitdiffstats
path: root/docs/shell.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/shell.rst')
-rw-r--r--docs/shell.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/shell.rst b/docs/shell.rst
index 30938fe..4cdf9e0 100644
--- a/docs/shell.rst
+++ b/docs/shell.rst
@@ -23,6 +23,20 @@ By means of using the python ``cmd2`` module, various useful features improve us
* tab completion of commands and SELECT-able files/directories
* interactive help for all commands
+Running pySim-shell
+-------------------
+
+pySim-shell has a variety of command line arguments to control
+
+* which transport to use (how to use a reader to talk to the SIM card)
+* whether to automatically verify an ADM pin (and in which format)
+* whether to execute a start-up script
+
+.. argparse::
+ :module: pySim-shell
+ :func: option_parser
+
+
cmd2 basics
-----------