Skip to content

Commit

Permalink
doc: updated README.md for #85
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Apr 5, 2024
1 parent 280386d commit 837c3c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,12 @@ Generate `bash` shell completions (or `fish`, `powershell`, `zsh`, `elvish`):
trip --generate bash
```

Generate `ROFF` man page:

```shell
trip --generate-man
```

Run in `silent` tracing mode and output `compact` trace logging with `full` span events:

```shell
Expand Down Expand Up @@ -692,6 +698,9 @@ Options:
[possible values: bash, elvish, fish, powershell, zsh]
--generate-man
Generate ROFF man page
--print-config-template
Print a template toml config file and exit
Expand Down

0 comments on commit 837c3c1

Please sign in to comment.