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

Amend command to run / exclude multiple tasks #141

Closed
robin-173 opened this issue Aug 13, 2021 · 0 comments
Closed

Amend command to run / exclude multiple tasks #141

robin-173 opened this issue Aug 13, 2021 · 0 comments
Projects
Milestone

Comments

@robin-173
Copy link
Contributor

Currently if running / excluding multiple tasks, you have to chain the flags such as:

  • sayn run -t t1 -t t1
  • sayn run -x t1 -x t2

We want to alter this behaviour so all tasks can be added after one flag only:

  • sayn run -t t1 t2
  • sayn run -x t1 t2
@robin-173 robin-173 added this to the v0.5 milestone Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
SAYN
  
Awaiting triage
Development

No branches or pull requests

1 participant