UNPKG

@tosin2013/kanbn

Version:

A CLI Kanban board with AI-powered task management features

39 lines (38 loc) 668 B
{ "name": "Add Task", "commands": [ "add", "a" ], "args": { "boolean": [ "interactive" ], "string": [ "name", "description", "column", "sub-task", "tag", "relation", "due", "progress", "refs" ], "alias": { "interactive": ["i"], "name": ["n"], "description": ["d"], "column": ["c"], "sub-task": ["s"], "tag": ["t"], "relation": ["r"], "due": ["e"], "assigned": ["a"], "untracked": ["u"], "refs": ["ref", "references"] } }, "controller": "./src/controller/add", "help": "./docs/commands/add.txt" }