guillo lock project <id>).
Commands
guillo tasks list
List all tasks in the active project.
guillo tasks get <id>
Get a single task by ID, including its description.
guillo tasks create <title>
Create a new task.
| Flag | Description | Default |
|---|---|---|
--description <text> | Optional description or details for the task | — |
--status <status> | Initial status (see below) | open |
guillo tasks update <id>
Update an existing task. At least one flag is required.
| Flag | Description |
|---|---|
--title <text> | New title |
--description <text> | New description (pass empty string to clear) |
--status <status> | New status (see below) |
guillo tasks delete <id>
Delete a task. Prompts for confirmation on a TTY.
Statuses
open → in_progress → executed | pardoned