Fix navi fn welcome (#495)

This commit is contained in:
Denis Isidoro 2021-04-11 09:31:09 -03:00 committed by GitHub
parent d550b29fb0
commit 5a68b695da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ pub enum Command {
/// Performs ad-hoc functions provided by navi
Fn {
/// Function name (example: "url::open")
#[clap(possible_values = &["url::welcome", "open", "widget::last_command"], case_insensitive = true)]
#[clap(possible_values = &["welcome", "open", "widget::last_command"], case_insensitive = true)]
func: Func,
/// List of arguments (example: "https://google.com")
args: Vec<String>,