@@ -323,15 +323,16 @@ Usage:
323323 rsv stats -c 0,1 --export data.xlsx # EXCEL file
324324
325325Arguments:
326- <FILENAME> File to open, including CSV, TXT, and EXCEL
326+ <FILENAME> File to open, including CSV, TXT, and EXCEL
327327
328328Options:
329- -s, --sep <SEP> Separator [default: ,]
330- --no-header Whether the file has a header
331- -c, --cols <COLS> Columns to generate statistics, Default to select all
332- -E, --export Export results to a file named current-file-selected.csv
333- -S, --sheet <SHEET> Get the nth worksheet of EXCEL file [default: 0]
334- -h, --help Print help information
329+ -s, --sep <SEP> Separator [default: ,]
330+ --no-header Whether the file has a header
331+ -c, --cols <COLS> Columns to generate statistics, Default to select all
332+ -E, --export Export results to a file named current-file-selected.csv
333+ -S, --sheet <SHEET> Get the nth worksheet of EXCEL file [default: 0]
334+ -t, --text-columns <TEXT_COLUMNS> Comma-separated column indexes to format as text [default:]
335+ -h, --help Print help information
335336
336337Column selection syntax:
337338 -c 0,1,2,5 --> cols [0,1,2,5]
@@ -455,16 +456,17 @@ Usage:
455456 rsv head data | rsv to out.xlsx
456457
457458Arguments:
458- <OUT> Output file, a file name or a file format
459- [FILENAME] File to open
459+ <OUT> Output file, a file name or a file format
460+ [FILENAME] File to open
460461
461462Options:
462- --no-header Whether the file has a header
463- -s, --sep <SEP> Input file Separator [default: ,]
464- -q, --quote <QUOTE> Quote char [default: "]
465- -o, --outsep <OUTSEP> Output file Separator [default: ,]
466- -S, --sheet <SHEET> Get the nth worksheet of EXCEL file [default: 0]
467- -h, --help Print help
463+ --no-header Whether the file has a header
464+ -s, --sep <SEP> Input file Separator [default: ,]
465+ -q, --quote <QUOTE> Quote char [default: "]
466+ -o, --outsep <OUTSEP> Output file Separator [default: ,]
467+ -S, --sheet <SHEET> Get the nth worksheet of EXCEL file [default: 0]
468+ -t, --text-columns <TEXT_COLUMNS> Comma-separated column indexes to format as text [default:]
469+ -h, --help Print help
468470"# ;
469471
470472pub const SAMPLE_DESC : & str = r#"
0 commit comments