aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/args.rs')
-rw-r--r--src/args.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/args.rs b/src/args.rs
index 77925a2..841db3a 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -156,6 +156,10 @@ pub struct CliArgs {
#[clap(long = "print-completions", value_name = "shell", arg_enum)]
pub print_completions: Option<Shell>,
+ /// Generate man page
+ #[clap(long = "print-manpage")]
+ pub print_manpage: bool,
+
/// TLS certificate to use
#[cfg(feature = "tls")]
#[clap(long = "tls-cert", requires = "tls-key", value_hint = ValueHint::FilePath)]