Browse Source

List 'help' and '?' commands in documentation

David Peter 1 year ago
parent
commit
674bda065d
2 changed files with 2 additions and 0 deletions
  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 |