diff --git a/docs/command.md b/docs/command.md index 921c735..a8a5058 100644 --- a/docs/command.md +++ b/docs/command.md @@ -12,6 +12,7 @@ The currently supported commands are: * `new-sheet [name]` Creates a new sheet. If the name is provided then uses that. If omitted then uses a default sheet name. * `select-sheet ` Select a sheet by name. * `edit ` Edit a new spreadsheet at the current path. `e` is a shorthand alias for this command. +* `export-csv ` Export the current sheet to a csv file at ``. * `quit` Quits the application. `q` is a shorthand alias for this command.