mirror of
https://github.com/denisidoro/navi
synced 2024-11-13 23:37:10 +00:00
fzf-overrides: no need for leading space
This commit is contained in:
parent
f85a4b70f9
commit
73cd346c1b
1 changed files with 2 additions and 2 deletions
|
@ -35,11 +35,11 @@ pub struct Config {
|
|||
#[structopt(long)]
|
||||
pub no_preview: bool,
|
||||
|
||||
/// FZF overrides for cheat selection (must start with an empty space)
|
||||
/// FZF overrides for cheat selection
|
||||
#[structopt(long, env = "NAVI_FZF_OVERRIDES")]
|
||||
pub fzf_overrides: Option<String>,
|
||||
|
||||
/// FZF overrides for variable selection (must start with an empty space)
|
||||
/// FZF overrides for variable selection
|
||||
#[structopt(long, env = "NAVI_FZF_OVERRIDES_VAR")]
|
||||
pub fzf_overrides_var: Option<String>,
|
||||
|
||||
|
|
Loading…
Reference in a new issue