@bumpyclock/tasque-linux-x64-gnu 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,9 +26,11 @@ and sets upstream automatically when needed. Non-git directories use local `.tas
|
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
- `tsq show <id> [--with-spec]`
|
|
29
|
-
- `tsq find ready [--lane <planning|coding>] [--assignee <name>] [--unassigned] [--kind ...] [--label ...] [--planning <needs_planning|planned>] [--tree
|
|
30
|
-
- `tsq find <blocked|open|in-progress|deferred|done|canceled> [filters...] [--tree
|
|
29
|
+
- `tsq find ready [--lane <planning|coding>] [--assignee <name>] [--unassigned] [--kind ...] [--label ...] [--planning <needs_planning|planned>] [--tree [--full]]`
|
|
30
|
+
- `tsq find <blocked|open|in-progress|deferred|done|canceled> [filters...] [--tree [--full]]`
|
|
31
31
|
- `tsq find search <query> [--full]`
|
|
32
|
+
|
|
33
|
+
Note: for `find ready` and status-based `find` commands, `--full` is only valid with `--tree`. `--tree --full` keeps the full status set instead of applying the default tree status narrowing. `find search --full` remains valid without `--tree`.
|
|
32
34
|
- `tsq edit <id> [--title ...] [--description ...] [--clear-description] [--priority ...] [--external-ref <ref>] [--clear-external-ref] [--discovered-from <id>] [--clear-discovered-from]`
|
|
33
35
|
- `tsq claim <id> [--assignee <a>] [--start] [--require-spec]`
|
|
34
36
|
- `tsq assign <id> --assignee <a>`
|
package/package.json
CHANGED
package/tsq
CHANGED
|
Binary file
|