zoryn-task-rm(1)
| ZORYN-TASK-RM(1) | Zoryn Manual | ZORYN-TASK-RM(1) |
NAME
zoryn-task-rm - Remove a task.
SYNOPSIS
zoryn task rm [-C DIR] [--debug] [OPTION]… TASK_ID
DESCRIPTION
Remove a task from gyle. Wraps ssh gyle task rm.
ARGUMENTS
- TASK_ID (required)
- Task ID to remove.
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 rm 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
Remove a task:
zoryn task rm 405376
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
