Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
#[clap(flatten)]
config: config::Opts,
- /// Print a config item, do not actually run
+ /// Print config item(s), do not actually run
+ ///
+ /// Argument is (comma-separated) list of config keys;
+ /// values will be printed space-separated.
+ /// The key `pretty` dumps the whole config in a pretty debug format.
///
/// One line is output for each association.
/// Additional pseudo-config-keys are recognised:
#[clap(long)]
pidfile: Option<String>,
- /// Print a config item, do not actually run
+ /// Print config item(s), do not actually run
+ ///
+ /// Argument is (comma-separated) list of config keys;
+ /// values will be printed space-separated.
+ /// The key `pretty` dumps the whole config in a pretty debug format.
#[clap(long)]
print_config: Option<String>,
}