We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb72e0 commit 6f928adCopy full SHA for 6f928ad
completion/available/fabric.completion.bash
@@ -90,6 +90,7 @@ function __fab_completion() {
90
__FAB_COMPLETION_LONG_OPT=$(
91
fab --help | grep -E -o "\-\-[A-Za-z_\-]+\=?" | sort -u
92
)
93
+ export __FAB_COMPLETION_LONG_OPT
94
fi
95
opts="${__FAB_COMPLETION_LONG_OPT}"
96
;;
0 commit comments