Fix navi fn url::open (#503)

This commit is contained in:
Denis Isidoro 2021-04-15 08:28:36 -03:00 committed by GitHub
parent 293965e220
commit 1e6dfc1ec9
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 = &["welcome", "open", "widget::last_command"], case_insensitive = true)]
#[clap(possible_values = &["welcome", "url::open", "widget::last_command"], case_insensitive = true)]
func: Func,
/// List of arguments (example: "https://google.com")
args: Vec<String>,