aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-04-07 09:33:03 +0200
committerlaforge <laforge@osmocom.org>2021-04-07 16:45:12 +0000
commit850b72ad589c885b5918450771dc86b7a386fb9b (patch)
treeab3802ddd9a000afd57420e1b66cd27a07669f15 /docs
parent0d4e98a2acccb7dfeed7cb881dafa99a290def63 (diff)
shell: New 'read_records' and 'read_records_decoded' commands
Those commands can be used to read all the records available in the selected file. Change-Id: If457b4e02bde8aa6db8cc329411f94411c100bc9
Diffstat (limited to 'docs')
-rw-r--r--docs/shell.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/shell.rst b/docs/shell.rst
index 3cfc849..652e572 100644
--- a/docs/shell.rst
+++ b/docs/shell.rst
@@ -178,6 +178,20 @@ read_record_decoded
:func: LinFixedEF.ShellCommands.read_rec_dec_parser
+read_records
+~~~~~~~~~~~~
+.. argparse::
+ :module: pySim.filesystem
+ :func: LinFixedEF.ShellCommands.read_recs_parser
+
+
+read_records_decoded
+~~~~~~~~~~~~~~~~~~~~
+.. argparse::
+ :module: pySim.filesystem
+ :func: LinFixedEF.ShellCommands.read_recs_dec_parser
+
+
update_record
~~~~~~~~~~~~~
.. argparse::