@tosin2013/kanbn
Version:
A CLI Kanban board with AI-powered task management features
45 lines (44 loc) • 831 B
JSON
{
"name": "Edit Task",
"commands": [
"edit",
"e"
],
"args": {
"boolean": [
"interactive"
],
"string": [
"name",
"description",
"column",
"sub-task",
"remove-sub-task",
"tag",
"remove-tag",
"relation",
"remove-relation",
"due",
"progress",
"refs",
"add-ref",
"remove-ref"
],
"alias": {
"interactive": ["i"],
"name": ["n"],
"description": ["d"],
"column": ["c"],
"sub-task": ["s"],
"tag": ["t"],
"relation": ["r"],
"due": ["e"],
"assigned": ["a"],
"refs": ["ref", "references"],
"add-ref": ["add-reference"],
"remove-ref": ["remove-reference"]
}
},
"controller": "./src/controller/edit",
"help": "./docs/commands/edit.txt"
}