We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some tools like the ISE or PSReadLine enable showing tooltips from the completion results.
The help messages from dotnet are good, so it would be useful to include them.
dotnet
You can see examples where I've done something similar for Windows tools like net and netsh, see here.
net
netsh
The text was updated successfully, but these errors were encountered:
The last PR added tooltip support for version 2 of the dotnet CLI
Sorry, something went wrong.
No branches or pull requests
Some tools like the ISE or PSReadLine enable showing tooltips from the completion results.
The help messages from
dotnet
are good, so it would be useful to include them.You can see examples where I've done something similar for Windows tools like
net
andnetsh
, see here.The text was updated successfully, but these errors were encountered: