mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 09:53:03 -06:00
[chore]: Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2338)
This commit is contained in:
parent
9b76afc851
commit
7204ccedc3
22 changed files with 188 additions and 1710 deletions
2
vendor/github.com/spf13/cobra/bash_completionsV2.go
generated
vendored
2
vendor/github.com/spf13/cobra/bash_completionsV2.go
generated
vendored
|
|
@ -57,7 +57,7 @@ __%[1]s_get_completion_results() {
|
|||
local requestComp lastParam lastChar args
|
||||
|
||||
# Prepare the command to request completions for the program.
|
||||
# Calling ${words[0]} instead of directly %[1]s allows to handle aliases
|
||||
# Calling ${words[0]} instead of directly %[1]s allows handling aliases
|
||||
args=("${words[@]:1}")
|
||||
requestComp="${words[0]} %[2]s ${args[*]}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue