From 678c0f1ac4bf006401275398b4ffdda43d965088 Mon Sep 17 00:00:00 2001 From: FujiApple Date: Fri, 5 Apr 2024 17:56:45 +0800 Subject: [PATCH] doc: updated `README.md` for #85 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8a890c213..d4b3feaea 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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