Skip to content

Commit

Permalink
csv2table/README.md: add options
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrargyrum committed Mar 31, 2023
1 parent 240dff0 commit c068ae5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions csv2table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,15 @@ When running `csv2table.py --header sample.csv`, the following table is output:
| orange | orange |
+----------+--------+
```

## Options

### CSV format

- `--delimiter=X`: use CSV delimiter instead of comma

### Output

- `--header`: CSV input contains a header line (and so will the output)
- `--box`: use Unicode box characters instead of plain ASCII
- `--markdown`: show table in markdown format

0 comments on commit c068ae5

Please sign in to comment.