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

Automatically append & at the end of calls if --stack > 1 ? #4

Open
boulund opened this issue Nov 18, 2016 · 0 comments
Open

Automatically append & at the end of calls if --stack > 1 ? #4

boulund opened this issue Nov 18, 2016 · 0 comments
Milestone

Comments

@boulund
Copy link
Member

boulund commented Nov 18, 2016

Is it reasonable to automatically append & to the end of the --call if --stack > 1?
I'm thinking it might be messy if it is a composite command, and only some of the intermediary commands need to be run in the background. Perhaps this could be detected by checking the call string for the presence of semicolons to determine if it is a composite call, and fall back to not appending & to the call string in those cases. Not really sure what the use cases look like, if it's even an issue.

@boulund boulund added this to the 1.0 milestone Nov 18, 2016
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