UNPKG

@tosin2013/kanbn

Version:

A CLI Kanban board with AI-powered task management features

26 lines (25 loc) 403 B
{ "name": "Move Task", "commands": [ "move", "mv" ], "args": { "boolean": [ "interactive", "relative" ], "string": [ "column", "position" ], "alias": { "interactive": ["i"], "column": ["c"], "position": ["p"], "relative": ["r"] } }, "controller": "./src/controller/move", "help": "./docs/commands/move.txt" }