fzf-overrides: no need for leading space

This commit is contained in:
Denis Isidoro 2020-03-19 15:27:34 -03:00 committed by GitHub
parent f85a4b70f9
commit 73cd346c1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>,