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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: