Skip to content
New issue

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

Evaluate System.CommandLine for .NET Core branch of console apps #74

Open
thargy opened this issue Dec 20, 2018 · 0 comments
Open

Evaluate System.CommandLine for .NET Core branch of console apps #74

thargy opened this issue Dec 20, 2018 · 0 comments
Labels
enhancement A new feature, or an improvement to an existing feature help wanted Looking for volunteers to help work on the issue
Milestone

Comments

@thargy
Copy link
Contributor

thargy commented Dec 20, 2018

Microsoft recently open-sourced the System.CommandLine library, as used by the dotnet CLI. It is aiming to be the standard way for parsing command lines, and supporting features such as autocompletion in multiple cross platform shells.

To that end we should evaluate it as a replacement where we currently parse commandlines in the core libraries, as they are migrated to .NET Core.

@thargy thargy added enhancement A new feature, or an improvement to an existing feature help wanted Looking for volunteers to help work on the issue labels Dec 20, 2018
@thargy thargy added this to the V6 Release milestone Dec 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature, or an improvement to an existing feature help wanted Looking for volunteers to help work on the issue
Projects
None yet
Development

No branches or pull requests

1 participant