Skip to content

Commit b028de2

Browse files
committed
fix: add dashboard view/create to ORG_PROJECT_COMMANDS completion set
The placeholder fix surfaced these commands to the drift detection test since they now have org-containing placeholders.
1 parent 5a7e3f4 commit b028de2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/complete.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ export const ORG_PROJECT_COMMANDS = new Set([
105105
"log list",
106106
"log view",
107107
"dashboard list",
108+
"dashboard view",
109+
"dashboard create",
108110
]);
109111

110112
/**

0 commit comments

Comments
 (0)