Skip to content

Commit

Permalink
Updated cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rben01 committed Sep 21, 2024
1 parent 87b0812 commit b0361a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/src/cli-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ There is a set of special commands that only work in interactive mode:

| Command | Action |
|---------|--------|
| `list`, `ls` | List all functions, dimensions, variables and units |
| `list` | List all functions, dimensions, variables and units |
| `list <what>` | Where `<what>` can be `functions`, `dimensions`, `variables`, `units` |
| `info <identifier>` | Get more information about units, variables and functions |
| `clear` | Clear screen |
| `help`, `?` | View short help text |
| `save` | Save the current session history to file `history.nbt` in the current directory |
| `save <dst>` | Save the current session history to file `<dst>` relative to the current working directory |
| `quit`, `exit` | Quit the session |

### Key bindings
Expand Down

0 comments on commit b0361a9

Please sign in to comment.