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

Add known parameters to CakeOptions #971

Closed
patriksvensson opened this issue Jun 7, 2016 · 0 comments
Closed

Add known parameters to CakeOptions #971

patriksvensson opened this issue Jun 7, 2016 · 0 comments
Assignees
Milestone

Comments

@patriksvensson
Copy link
Member

patriksvensson commented Jun 7, 2016

Before adding module support, there was a few hacks to get the mono and roslyn experimental compilers configurable via command line flags as well as a debug flag for debugging. We used horrible things like _options.Arguments.ContainsKey("mono") to check for the existance of a specific flag which means that passing --mono=false will fail.

We should add explicit properties to the CakeOptions class and include those in the ArgumentParser for the following things:

  • Mono
  • Experimental
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant