-
Notifications
You must be signed in to change notification settings - Fork 909
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 ability to parse commandline args from GetChocolatey #135
Comments
mwrock
added a commit
to mwrock/choco
that referenced
this issue
Feb 28, 2015
Add a `RunConsole` overload that can parse commandline args with the Console runner. I'd like to use this with Boxstarter since it simply intercepts user choco calls via unparsed commandline args.
This is fixed by PR #131 |
mwrock
added a commit
to mwrock/choco
that referenced
this issue
Mar 1, 2015
Add a `RunConsole` overload that can parse commandline args with the Console runner. I'd like to use this with Boxstarter since it simply intercepts user choco calls via unparsed commandline args.
mwrock
added a commit
to mwrock/choco
that referenced
this issue
Mar 2, 2015
Add a `RunConsole` overload that can parse commandline args with the Console runner. I'd like to use this with Boxstarter since it simply intercepts user choco calls via unparsed commandline args.
mwrock
added a commit
to mwrock/choco
that referenced
this issue
Mar 2, 2015
Add a `RunConsole` overload that can parse commandline args with the Console runner. I'd like to use this with Boxstarter since it simply intercepts user choco calls via unparsed commandline args.
ferventcoder
added a commit
that referenced
this issue
Mar 2, 2015
(GH-135) Adds a Console Runner to GetChocolatey
ferventcoder
added a commit
that referenced
this issue
Mar 3, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need another
Run
method inGetChocolatey
that can take raw command line args and parse them and then update theChocolateyConfiguration
.The text was updated successfully, but these errors were encountered: