From 280a9a340856641593c0570e262d68bda072fad1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 25 Jan 2024 15:43:48 +0100 Subject: [PATCH] docs: Add missing global_platform store_data command docs In If30c5d31b4e7dd60d3a5cfb1d1cbdcf61741a50e we introduced a store_data comamnd, but forgot to add it to the pySim-shell manual. Change-Id: I6039818c2c0c5373b4a4ef1e33e152de7fbbd01a --- docs/shell.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/shell.rst b/docs/shell.rst index 7022b5a2..89a0d0af 100644 --- a/docs/shell.rst +++ b/docs/shell.rst @@ -941,6 +941,12 @@ get_data :module: pySim.global_platform :func: ADF_SD.AddlShellCommands.get_data_parser +store_data +~~~~~~~~~~ +.. argparse:: + :module: pySim.global_platform + :func: ADF_SD.AddlShellCommands.store_data_parser + eUICC ISD-R commands --------------------