Skip to content

Commit

Permalink
Fix navi fn url::open (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro authored Apr 15, 2021
1 parent 293965e commit 1e6dfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 1e6dfc1

Please sign in to comment.