You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# DO NOT EDIT.
# This script is autogenerated by fire/completion.py.
_complete-test_firepy()
{
local start cur opts
COMPREPLY=()
start="${COMP_WORDS[@]:0:COMP_CWORD}"
cur="${COMP_WORDS[COMP_CWORD]}"
opts=""
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
}
complete -F _complete-test_firepy ./test_fire.py
The completion on function is missing
the completion file :