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

Arguments don't support spaces. #7

Closed
fitzy101 opened this issue Nov 7, 2018 · 0 comments · Fixed by #8
Closed

Arguments don't support spaces. #7

fitzy101 opened this issue Nov 7, 2018 · 0 comments · Fixed by #8

Comments

@fitzy101
Copy link
Owner

fitzy101 commented Nov 7, 2018

When defining arguments for the command, the arguments are automatically split into an array, for passing into the Exec function. This will then call the command with the args separately in the shell. I want the ability to quote an argument, so it can be executed as a whole argument instead of being split up. e.g.

cmd -a 'my argument for the flag'

instead of
cmd -a my argument for the flag

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

Successfully merging a pull request may close this issue.

1 participant