From 7abe186a33bfe9e491e2413eb53711ee75c89a12 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 3 Dec 2024 17:25:01 -0500 Subject: [PATCH] docs: add cli help output progress on #10 --- docs/index.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 45dbdf0..bc294d9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,21 @@ `sheetui --help` will print out help for the command line tags. -`sheetui path/to/file` will open the file as a spreadsheet. The file does not have to exist already. If it does not it will be created when you save the spreadsheet. +Currently this will print out: + +```sh +Usage: sheetui [OPTIONS] + +Arguments: + + +Options: + -l, --locale-name [default: en] + -t, --timezone-name [default: America/New_York] + --log-input + -h, --help Print help + -V, --version Print version +``` ## User Interface