Skip to content

Commit f2b4712

Browse files
committed
feat(taskmaster): add listQuickAsync() for task list quick view (before show detail)
1 parent ce32312 commit f2b4712

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/taskmaster/exec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export async function tmaiManageAsync() {
124124
]);
125125
await tmai.listAsync(tasks, validatedStatus, quickly, withSubtasks);
126126
} else if (tmaiListNavMenu === "tmai-show") {
127+
console.log(await tmai.listQuickAsync(tasks, TASKS_STATUSES.join(","), true));
127128
const { taskId } = await inquirer.prompt({
128129
type: "input",
129130
name: "taskId",

0 commit comments

Comments
 (0)