Преглед изворни кода

README.md: section about interactive shell mode

Daniel-Constantin Mierla пре 5 година
родитељ
комит
54c3f4bdc8
1 измењених фајлова са 14 додато и 0 уклоњено
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -207,6 +207,20 @@ Read the help messages:
   $ kamcli <command> <subcommand> --help
 ```
 
+### Interactive Shell Mode ###
+
+`kamcli` can offer an internal interactive shell when running:
+
+```
+kamcli shell
+```
+
+To exit the internal shell type `:q`, or run `:h` to see the internal shell help.
+
+The internal shell keeps persistent history of commands (stored in `~/.kamcli/history`)
+and has auto-completion of `kamcli` options and subcommands as one starts typing. Using
+`<TAB>` pops up the auto-completion suggestions.
+
 #### Examples of Commands ####
 
 Sample commands to understand quicker the capabilities and how to use it: