diff --git a/src/structures/config.rs b/src/structures/config.rs index 0d50e61..7ddd40a 100644 --- a/src/structures/config.rs +++ b/src/structures/config.rs @@ -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,