Skip to content

What happens when neither parallel nor piped are enabled? #723

Answered by mrexox
silvenon asked this question in Q&A
Discussion options

You must be logged in to vote

When not enabling parallel or piped the commands still run sequentially. The default order is alphanumeric and it can be changed with adding priority. I hope that helps :)

The difference between piped and the default behavior is that with piped the hook will stop on the first error, so next commands won't be executed.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@silvenon
Comment options

@silvenon
Comment options

@mrexox
Comment options

Answer selected by silvenon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants