Skip to content

Commit

Permalink
Add flags to README
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Oct 25, 2024
1 parent e65e8fa commit 7fd4b64
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,16 @@ The following options are offered by tex-fmt:

| Option | Default | Description |
| --- | --- | --- |
| `check` | | Check formatting, do not modify files. |
| `print` | | Print to STDOUT, do not modify files. |
| `keep` | | Keep lines, do not wrap. |
| `verbose` | | Show info log messages. |
| `quiet` | | Hide warning messages. |
| `trace` | | Show trace log messages. |
| `stdin` | | Process STDIN as a single file, output formatted text to STDOUT. |
| `tab` | `2` | Number of spaces to use as tab size. |
| `usetabs` | | Use tabs instead of spaces for indentation. |
| `wrap` | `80` | Line length for wrapping. |
| `-c`, `--check` | | Check formatting, do not modify files. |
| `-p`, `--print` | | Print to STDOUT, do not modify files. |
| `-k`, `--keep` | | Keep lines, do not wrap. |
| `-v`, `--verbose` | | Show info log messages. |
| `-q`, `--quiet` | | Hide warning messages. |
| `-t`, `--trace` | | Show trace log messages. |
| `-s`, `--stdin` | | Process STDIN as a single file, output formatted text to STDOUT. |
| `--tab` | `2` | Number of spaces to use as tab size. |
| `--usetabs` | | Use tabs instead of spaces for indentation. |
| `--wrap` | `80` | Line length for wrapping. |
| `-h`, `help` | | Print help. |
| `-V`, `version` | | Print version. |

0 comments on commit 7fd4b64

Please sign in to comment.