This commit is contained in:
张壹 2025-02-04 11:58:22 +08:00
parent 00270a7b0b
commit b011a82f64

View File

@ -20,4 +20,7 @@ Save table to a dsv/csv file. The default setups are space for delimeter, '#' fo
Show statistics of a data column or columns. If the input file has no column names, use inbuild names `C<id>` to select the columns.
#### enable column|row \<name1\> \<name2\> ...
Enable table outputs. If the input file has no row or column names, use inbuild names `R<id>` and `C<id>` to select the rows and columns.
Enable table outputs. If the input file has no row or column names, use inbuild names `R<id>` and `C<id>` to select the rows and columns.
#### disable column|row \<name1\> \<name2\> ...
Disable table outputs. If the input file has no row or column names, use inbuild names `R<id>` and `C<id>` to select the rows and columns.