From 7e4109e734f3b25eccfda6ea200aac8128a02d18 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 4 Mar 2025 21:04:29 -0500 Subject: [PATCH] wip: update the command syntax to be more future proof --- docs/command.md | 1 + src/book/mod.rs | 3 ++- src/ui/cmd.rs | 14 +++++--------- src/ui/mod.rs | 2 +- src/ui/test.rs | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) 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.