We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d6b9f commit ce00c2dCopy full SHA for ce00c2d
autocomplete
@@ -0,0 +1,5 @@
1
+function _build_ops_completion() {
2
+ ops -T | awk '{ print $2 }'
3
+}
4
+
5
+complete -W "$(_build_ops_completion)" ops
0 commit comments