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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tedge/src/cli.rs b/tedge/src/cli.rs
index e01bc313..63730ccc 100644
--- a/tedge/src/cli.rs
+++ b/tedge/src/cli.rs
@@ -63,4 +63,7 @@ pub enum CliCommand {
/// Print the doc only for this plugin
plugin_name: Option<String>,
},
+
+ #[clap(name = "bugreport")]
+ BugReport,
}