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 have installed tab completion using tusk -f /customcli/Tusk.yml --install-completion, so the tasks are completed when I type tusk -f /customcli/Tusk.yml
But I have an alias voor my CLI.
alias customcli='tusk -f /customcli/Tusk.yml'
How can I enable tab completion for my customcli, so my tasks will be available after customcli task?
The text was updated successfully, but these errors were encountered:
That's a good question. The way I have zsh set up for me this was happening automatically, but I didn't test with other configurations or other shells.
Thanks for your reply! This solutions works for simple aliases like alias custum-cli='htop', but haven't manged it to work for alias customcli='tusk -f /customcli/Tusk.yml'
I have installed tab completion using
tusk -f /customcli/Tusk.yml --install-completion
, so the tasks are completed when I typetusk -f /customcli/Tusk.yml
But I have an alias voor my CLI.
alias customcli='tusk -f /customcli/Tusk.yml'
How can I enable tab completion for my customcli, so my tasks will be available after customcli task?
The text was updated successfully, but these errors were encountered: