fix(cli): clear up tooltip information (#1488)
This commit is contained in:
parent
0cd43a5d1b
commit
298ea2d9b7
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ pub struct CliArgs {
|
|||
#[clap(long)]
|
||||
pub max_panes: Option<usize>,
|
||||
|
||||
/// Change where zellij looks for layouts and plugins
|
||||
/// Change where zellij looks for plugins
|
||||
#[clap(long, parse(from_os_str), overrides_with = "data_dir")]
|
||||
pub data_dir: Option<PathBuf>,
|
||||
|
||||
|
|
@ -41,6 +41,7 @@ pub struct CliArgs {
|
|||
#[clap(subcommand)]
|
||||
pub command: Option<Command>,
|
||||
|
||||
/// Specify emitting additional debug information
|
||||
#[clap(short, long)]
|
||||
pub debug: bool,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue