We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6bd61 commit 227e343Copy full SHA for 227e343
autocomplete/zsh_autocomplete
@@ -1,6 +1,6 @@
1
-#compdef _stephere step
+#compdef _step step
2
3
-function _stephere {
+function _step {
4
local -a opts
5
opts=("${(@f)$(_CLI_ZSH_AUTOCOMPLETE_HACK=1 ${words[@]:0:#words[@]-1} --generate-bash-completion)}")
6
0 commit comments