Change in pysim[master]: pySim-shell: add echo command

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Fri Oct 15 15:12:08 UTC 2021


dexter has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/25551 )

Change subject: pySim-shell: add echo command
......................................................................

pySim-shell: add echo command

There is no convinient way to echo strings from scripts.

Change-Id: Iaed1d24eeb7f887e46957971083cd30d8d1bea6c
Related: SYS#5617
---
M pySim-shell.py
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  osmith: Looks good to me, but someone else must approve



diff --git a/pySim-shell.py b/pySim-shell.py
index a57aa66..d24a881 100755
--- a/pySim-shell.py
+++ b/pySim-shell.py
@@ -202,6 +202,13 @@
 		rs, card = init_card(sl);
 		self.equip(card, rs)
 
+	echo_parser = argparse.ArgumentParser()
+	echo_parser.add_argument('string', help="string to echo on the shell")
+
+	@cmd2.with_argparser(echo_parser)
+	@cmd2.with_category(CUSTOM_CATEGORY)
+	def do_echo(self, opts):
+		self.poutput(opts.string)
 
 @with_default_category('pySim Commands')
 class PySimCommands(CommandSet):

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/25551
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Iaed1d24eeb7f887e46957971083cd30d8d1bea6c
Gerrit-Change-Number: 25551
Gerrit-PatchSet: 9
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211015/f72f9e86/attachment.htm>


More information about the gerrit-log mailing list