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

Run commands with args and optional working directory #1

Closed
adamralph opened this issue Nov 5, 2017 · 1 comment
Closed

Run commands with args and optional working directory #1

adamralph opened this issue Nov 5, 2017 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@adamralph
Copy link
Owner

SimpleExec.Command.Run("foo.cmd", "bar", "baz");
SimpleExec.Command.RunIn("mydir", "foo.cmd", "bar", "baz");
@adamralph adamralph added the enhancement New feature or request label Nov 5, 2017
@adamralph adamralph added this to the 1.0.0 milestone Nov 5, 2017
@adamralph
Copy link
Owner Author

Closed in b4145b4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant