Quellcode durchsuchen

List 'help' and '?' commands in documentation

David Peter vor 2 Jahren
Ursprung
Commit
674bda065d
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 1 0
      book/src/cli-usage.md
  2. 1 0
      book/src/web-usage.md

+ 1 - 0
book/src/cli-usage.md

@@ -37,6 +37,7 @@ There is a set of special commands that only work in interactive mode:
 |---------|--------|
 | `list`, `ll`, `ls` | List all constants, units, and dimensions |
 | `clear` | Clear screen |
+| `help`, `?` | View short help text |
 | `quit`, `exit` | Quit the session |
 
 ### Key bindings

+ 1 - 0
book/src/web-usage.md

@@ -25,6 +25,7 @@ There is a set of special commands that only work in the web version:
 | Command | Action |
 |---------|--------|
 | `list`, `ll`, `ls` | List all constants, units, and dimensions |
+| `help`, `?` | View short help text |
 | `reset` | Reset state (clear constants, functions, units, …) |
 | `clear` | Clear screen |