Skip to content

Commit

Permalink
fzf-overrides: no need for leading space
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro authored Mar 19, 2020
1 parent f85a4b7 commit 73cd346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structures/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,

Expand Down

0 comments on commit 73cd346

Please sign in to comment.