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

Make --task-id and --task-tag options valid only for table output in get-task command #170

Closed
mountaindude opened this issue Feb 14, 2023 · 0 comments · Fixed by #173
Closed
Assignees
Labels
enhancement New feature or request

Comments

@mountaindude
Copy link
Contributor

mountaindude commented Feb 14, 2023

If one or more task ids and/or task tags are specified there is a risk that this will filter out only parts of a task chain/tree.
Depending on how the tasks are chained together, what tags they have, what tags are specified in the --task-tag option etc, things may work just fine and a correct task tree is shown.

Things might go wrong though and only parts of a task chain/tree is included in the output shown.
Thus only allow those options when outputting to a screen or file table, at least for now.
If/when a good way of handling partial task trees is found, the above decision can be revisited.

@mountaindude mountaindude changed the title Make --task-id and--task-tag options valid only for table output in "get-task" command Make --task-id and --task-tag options valid only for table output in get-task command Feb 14, 2023
@mountaindude mountaindude self-assigned this Feb 14, 2023
@mountaindude mountaindude added the enhancement New feature or request label Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant