Skip to content

Commit 6f928ad

Browse files
seefoodakinomyoga
andauthored
Update completion/available/fabric.completion.bash
Co-authored-by: Koichi Murase <[email protected]>
1 parent ddb72e0 commit 6f928ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

completion/available/fabric.completion.bash

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ function __fab_completion() {
9090
__FAB_COMPLETION_LONG_OPT=$(
9191
fab --help | grep -E -o "\-\-[A-Za-z_\-]+\=?" | sort -u
9292
)
93+
export __FAB_COMPLETION_LONG_OPT
9394
fi
9495
opts="${__FAB_COMPLETION_LONG_OPT}"
9596
;;

0 commit comments

Comments
 (0)