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
I use the fish shell and would like timetrace completion fish to generate a timetrace.fish file that I can put in my ~/config/fish/completions/ dir to get fish completions. I've implemented this feature for the Kogito CLI before, but the kogito completion command was already there, and I just added the fish value on top of the existing bash/zsh ones.
The text was updated successfully, but these errors were encountered:
Desired Behavior
timetrace completion [bash|zsh|fish]
should be able to generate a completion file for me in that respective shell.Current Behavior
This is not an existing feature that I am aware of.
Implementation
Cobra can generate shell completions.
Personal Notes
I use the
fish
shell and would liketimetrace completion fish
to generate atimetrace.fish
file that I can put in my~/config/fish/completions/
dir to getfish
completions. I've implemented this feature for the Kogito CLI before, but thekogito completion
command was already there, and I just added thefish
value on top of the existingbash
/zsh
ones.The text was updated successfully, but these errors were encountered: