UNPKG

@tosin2013/kanbn

Version:

A CLI Kanban board with AI-powered task management features

51 lines (50 loc) 872 B
{ "name": "Find Tasks", "commands": [ "find", "f" ], "args": { "boolean": [ "interactive", "quiet", "json" ], "string": [ "id", "name", "description", "column", "sub-task", "count-sub-tasks", "tag", "count-tags", "relation", "count-relations", "comment", "count-comments", "created", "updated", "started", "completed", "due", "workload", "progress", "assigned" ], "alias": { "interactive": ["i"], "name": ["n"], "description": ["d"], "column": ["c"], "quiet": ["q"], "due": ["e"], "sub-task": ["s"], "tag": ["t"], "relation": ["r"], "json": ["j"] } }, "controller": "./src/controller/find", "help": "./docs/commands/find.txt" }