mirror of
https://github.com/denisidoro/navi
synced 2024-11-24 20:43:06 +00:00
Fix navi fn welcome (#495)
This commit is contained in:
parent
d550b29fb0
commit
5a68b695da
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue