pySim-shell: Improve documentation

A number of new commands were recently introduced without proper
coverage in the documentation (user manual).  This includes equip,
bulk_script and others.

Change-Id: Ide7ba68ad90f6e5c2a41a2e3de22534258ebb7fd
This commit is contained in:
Harald Welte
2021-10-21 14:40:39 +02:00
parent 9a75410a88
commit bd02f84fbd
2 changed files with 37 additions and 1 deletions

View File

@@ -380,6 +380,7 @@ class PysimApp(cmd2.Cmd):
@cmd2.with_argparser(echo_parser)
@cmd2.with_category(CUSTOM_CATEGORY)
def do_echo(self, opts):
"""Echo (print) a string on the console"""
self.poutput(opts.string)
@with_default_category('pySim Commands')