We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116c513 commit 85d77a9Copy full SHA for 85d77a9
src/bin/commands/sandbox/list.ts
@@ -14,7 +14,7 @@ type OutputFormat = {
14
};
15
16
const TABLE_FORMAT: OutputFormat[] = [
17
- { field: "id", header: "NAME", width: 24 },
+ { field: "id", header: "ID", width: 24 },
18
{ field: "title", header: "TITLE", width: 40 },
19
{ field: "privacy", header: "PRIVACY", width: 10 },
20
{ field: "tags", header: "TAGS", width: 20 },
0 commit comments