Sign in
fuchsia
/
third_party
/
github.com
/
jessevdk
/
go-flags
/
75a96bc41ad20ec6cef90037b017c7645bb1a3fe
/
.
/
examples
/
bash-completion
blob: 974f52ad43fa01645f169afb22affdf1f642a88f [
file
] [
log
] [
blame
]
_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