summaryrefslogtreecommitdiffstats
path: root/tedge/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tedge/src/cli.rs')
-rw-r--r--tedge/src/cli.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tedge/src/cli.rs b/tedge/src/cli.rs
index e01bc313..c58a03c1 100644
--- a/tedge/src/cli.rs
+++ b/tedge/src/cli.rs
@@ -28,6 +28,12 @@ pub struct Cli {
#[clap(long)]
pub tracy_logging: bool,
+ /// Enable tree-style tracing output
+ ///
+ /// If set, "tree-style" tracing output will be produced instead of the default one
+ #[clap(long)]
+ pub tree_logging: bool,
+
#[clap(subcommand)]
pub command: CliCommand,
}