Skip to content

Commit

Permalink
fix: add right doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed Apr 9, 2024
1 parent ac705a1 commit 7783b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ qwit cli
* `markdown`[STABLE] print markdown doc of qwit to std out
* `show`[STABLE] show the dsv from the start in a nice way
* `validation`[STABLE] validate a dsv file against a dsv schema
* `excel`[PREVIEW] from a excel file create a csv file, for now it only prints out the values in raw
* `excel`[PREVIEW] convert a excel file to a csv/dsv file

###### **Options:**

Expand Down Expand Up @@ -70,7 +70,7 @@ qwit cli

## `qwit excel`

[PREVIEW] from a excel file create a csv file, for now it only prints out the values in raw
[PREVIEW] convert a excel file to a csv/dsv file

**Usage:** `qwit excel --source <SOURCE> --target <TARGET>`

Expand Down
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ enum Commands {
#[arg(short, long, env = "Q_SOURCE")]
source: String,
},
/// [PREVIEW] from a excel file create a csv file, for now it only prints out the values in raw
/// [PREVIEW] convert a excel file to a csv/dsv file
Excel {
#[arg(short, long, env = "Q_EXCEL_SOURCE")]
source: String,
Expand Down

0 comments on commit 7783b53

Please sign in to comment.