Skip to content

Commit

Permalink
fix fishCompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
radulucut authored and mr-karan committed Sep 30, 2024
1 parent 4efa45b commit 6666e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/doggo/completions.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ complete -c doggo -n '__fish_doggo_no_subcommand' -l 'tls-hostname'
complete -c doggo -n '__fish_doggo_no_subcommand' -l 'skip-hostname-verification' -d "Skip TLS hostname verification in case of DoT lookups"
# Globalping options
complete -c doggo -n '__fish_doggo_no_subcommand' -l 'from' -d "Query using Globalping API from a specific location"
complete -c doggo -n '__fish_doggo_no_subcommand' -l 'limit' -d "Limit the number of probes to use from Globalping"
complete -c doggo -n '__fish_doggo_no_subcommand' -l 'gp-from' -d "Query using Globalping API from a specific location"
complete -c doggo -n '__fish_doggo_no_subcommand' -l 'gp-limit' -d "Limit the number of probes to use from Globalping"
# Completions command
complete -c doggo -n '__fish_doggo_no_subcommand' -a completions -d "Generate shell completion scripts"
Expand Down

0 comments on commit 6666e97

Please sign in to comment.