You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 totrue
.--dryrun
/--noop
/--whatif
--mono
--experimental
--showdescription
--debug
A good place to start looking would be in ArgumentParser.cs
The text was updated successfully, but these errors were encountered: