@tosin2013/kanbn
Version:
A CLI Kanban board with AI-powered task management features
23 lines (22 loc) • 342 B
JSON
{
"name": "Comment",
"commands": [
"comment",
"c"
],
"args": {
"boolean": [
"interactive"
],
"string": [
"text"
],
"alias": {
"interactive": ["i"],
"author": ["a"],
"text": ["t"]
}
},
"controller": "./src/controller/comment",
"help": "./docs/commands/comment.txt"
}