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

Loosen restrictions on run task wording #23

Merged
merged 3 commits into from
Jun 6, 2018
Merged

Conversation

zephraph
Copy link
Contributor

@zephraph zephraph commented Jun 3, 2018

The "Run task" messages were a little strict. This adds a little more flexibility to them.

You can now write things like

  • Run tasks a, b, and c in parallel
  • Run task a after this task has completed
  • Run task b

Changes

  • Defaults to before
  • The presence of before or after anywhere in the paragraph sets when
  • The presence of in parallel anywhere in the paragraph sets inParallel
  • Any string between backticks anywhere in the paragraph is treated as a task

@egoist
Copy link
Owner

egoist commented Jun 4, 2018

LGTM, can you update the doc as well 😄

@egoist egoist mentioned this pull request Jun 4, 2018
@zephraph
Copy link
Contributor Author

zephraph commented Jun 6, 2018

Done

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 this pull request may close these issues.

2 participants