zoryn-task-delete(1)
| ZORYN-TASK-DELETE(1) | Zoryn Manual | ZORYN-TASK-DELETE(1) |
NAME
zoryn-task-delete - Delete subtask from task.
SYNOPSIS
zoryn task delete [-C DIR] [--debug] [OPTION]… TASK_ID PACKAGE|SUBTASK
DESCRIPTION
Delete a subtask from a task by package name or subtask number.
The second argument can be:
- 123
- subtask number (numeric)
- php-sphinx
- package name
- php-sphinx.git
- package name with .git suffix
- php-sphinx.git=8.2.30-alt1
- package name with tag (for copy-paste)
ARGUMENTS
- PACKAGE|SUBTASK (required)
- Package name or subtask number to delete.
- TASK_ID (required)
- Task ID.
OPTIONS
- -C DIR
- Change to directory DIR before running.
- -d, --debug
- Enable debug output.
COMMON OPTIONS
- --help[=FMT] (default=auto)
- Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
- --version
- Show version information.
EXIT STATUS
zoryn task delete exits with:
- 0
- on success.
- 123
- on indiscriminate errors reported on standard error.
- 124
- on command line parsing errors.
- 125
- on unexpected internal errors (bugs).
EXAMPLES
Delete by subtask number:
zoryn task delete 405463 4200
Delete by package name:
zoryn task delete 123456 php-sphinx
Delete using copy-paste from task ls:
zoryn task delete 123456 php-sphinx.git=8.2.30-alt1
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
