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
This commit is contained in:
Harald Welte
2021-04-07 09:33:03 +02:00
committed by laforge
parent 0d4e98a2ac
commit 850b72ad58
2 changed files with 43 additions and 0 deletions

View File

@@ -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::