Jon Sequeira
Jon Sequeira
Why limit it to Powershell? :) The new System.CommandLine does the heavy lifting for completions regardless of the shell: https://github.com/dotnet/command-line-api/wiki/Features-overview#Suggestions
> Should the hidden aliases be entirely hidden from completions, typo corrections, and help; or should they be available from completions if the user has already typed part of the...
The order of these sections is very standard as a broad CLI convention so I wouldn't expect a change, but I agree the API should provide clearer support for a...
Using `Option.CustomParser` combines validation and strong typing so that you can use `Option`.
Reopening while we discuss whether to include `Uri` support by default. It's such a common type it's probably worthwhile.
Are you saying that the `Unrecognized parameter name` error happened after you ran the `#r "nuget...` cell? The `#r` command to load the extension has to come first. If you...
Are you able to share the notebook that reproduces this behavior?
Related: #2588
We don't have a target date but we are making progress. We try to remove as many dependencies as possible as part of the GA release but it's not clear...
What are you seeing when you try to use these? Can you give an example of what you're trying to do?