@tosin2013/kanbn
Version:
A CLI Kanban board with AI-powered task management features
50 lines (49 loc) • 884 B
JSON
{
"name": "Sort Column",
"commands": [
"sort"
],
"args": {
"boolean": [
"interactive",
"save",
"ascending",
"descending"
],
"string": [
"id",
"name",
"description",
"sub-task",
"count-sub-tasks",
"tag",
"count-tags",
"relation",
"count-relations",
"comment",
"count-comments",
"created",
"updated",
"started",
"completed",
"due",
"workload",
"progress",
"assigned"
],
"alias": {
"interactive": ["i"],
"name": ["n"],
"description": ["d"],
"sub-task": ["s"],
"tag": ["t"],
"relation": ["r"],
"due": ["e"],
"workload": ["w"],
"ascending": ["a"],
"descending": ["z"]
}
},
"controller": "./src/controller/sort",
"help": "./docs/commands/sort.txt"
}