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

Parsing arguments [suggestion] #51

Closed
mtheos opened this issue Nov 7, 2020 · 2 comments
Closed

Parsing arguments [suggestion] #51

mtheos opened this issue Nov 7, 2020 · 2 comments
Labels

Comments

@mtheos
Copy link

mtheos commented Nov 7, 2020

Have you considered Mono.Options for parsing CLI args in C#?

It's been a while since I've done something like this, and I don't know what competitors are around, but it was easy and intuitive to use when I needed it.

Here is an STO link showing an example usage of Mono.Options

@dyc3 dyc3 added the question label Nov 7, 2020
@dyc3
Copy link
Owner

dyc3 commented Nov 7, 2020

If I were building this now, that would probably be something I'd use. But it's not something I want to switch to now, considering what I've already written works, and adding another dependency sounds painful with how my builds are set up.

@mtheos
Copy link
Author

mtheos commented Nov 8, 2020

Understandable, I just mentioned it because the project looks active and you have a TODO comment regarding args.

@mtheos mtheos closed this as completed Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants