From 350cfd822b02e8cfd295a012952bb04b3d80cdc3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 1 Nov 2023 17:24:55 +0100 Subject: [PATCH] docs: shell: link to cmd2 documentation Change-Id: I532cb33781f95fe847db7fae7a5264b5d9c416de --- docs/shell.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/shell.rst b/docs/shell.rst index 2a16965f..12c04933 100644 --- a/docs/shell.rst +++ b/docs/shell.rst @@ -50,7 +50,9 @@ Usage Examples cmd2 basics ----------- -FIXME +As pySim-shell is built upon ``cmd2``, some generic cmd2 commands/features are available. You may +want to check out the `cmd2 Builtin commands `_ +to learn about those.