Sdk: Add tab completion for fish-shell

Created on 12 Jun 2017  路  2Comments  路  Source: dotnet/sdk

Docs: https://fishshell.com/docs/current/index.html#completion

Awesome support for current Powershell, bash and zsh. (https://github.com/dotnet/cli/blob/master/Documentation/general/tab-completion.md)

Need support for fish-shell. http://fishshell.com

Most helpful comment

I think this should do it:

complete --command dotnet --arguments '(dotnet complete (commandline -cp))'

All 2 comments

I think this should do it:

complete --command dotnet --arguments '(dotnet complete (commandline -cp))'

@CumpsD worked great! Thank you

Was this page helpful?
0 / 5 - 0 ratings