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

Allow setting boolean values for built in Cake arguments #917

Closed
patriksvensson opened this issue May 23, 2016 · 0 comments
Closed

Allow setting boolean values for built in Cake arguments #917

patriksvensson opened this issue May 23, 2016 · 0 comments
Assignees
Milestone

Comments

@patriksvensson
Copy link
Member

patriksvensson commented May 23, 2016

Right now, if you want to dry run a Cake script you will have to write --dryrun. We should however support --dryrun=true and --dryrun=false. Not providing a value should default to true.

  • --dryrun / --noop / --whatif
  • --mono
  • --experimental
  • --showdescription
  • --debug

A good place to start looking would be in ArgumentParser.cs

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