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.
It will be nice if we can make completion work for aliases too. I.e.
function g; git $argv; end completion -c g --alias git
And now everything that will be completed in git <tab> will work also in g <tab>.
git <tab>
g <tab>
It will be nice if we can make completion work for aliases too. I.e.
And now everything that will be completed in
git <tab>will work also ing <tab>.