Move things around for gb
This moves all restic source files to src/, and all vendored dependencies to vendor/src.
This commit is contained in:
parent
273d028a82
commit
b63399d606
510 changed files with 2 additions and 74 deletions
9
vendor/src/github.com/jessevdk/go-flags/examples/bash-completion
vendored
Normal file
9
vendor/src/github.com/jessevdk/go-flags/examples/bash-completion
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
_examples() {
|
||||
args=("${COMP_WORDS[@]:1:$COMP_CWORD}")
|
||||
|
||||
local IFS=$'\n'
|
||||
COMPREPLY=($(GO_FLAGS_COMPLETION=1 ${COMP_WORDS[0]} "${args[@]}"))
|
||||
return 1
|
||||
}
|
||||
|
||||
complete -F _examples examples
|
Loading…
Add table
Add a link
Reference in a new issue