UNPKG

@tosin2013/kanbn

Version:

A CLI Kanban board with AI-powered task management features

30 lines (29 loc) 455 B
{ "name": "Status", "commands": [ "status", "s" ], "args": { "boolean": [ "quiet", "json", "untracked", "due" ], "string": [ "sprint", "date" ], "alias": { "untracked": ["u"], "quiet": ["q"], "json": ["j"], "due": ["e"], "sprint": ["p"], "date": ["d"] } }, "controller": "./src/controller/status", "help": "./docs/commands/status.txt" }