Skip to content

Commit 85d77a9

Browse files
authored
tweak: rename header (#41)
1 parent 116c513 commit 85d77a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/commands/sandbox/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type OutputFormat = {
1414
};
1515

1616
const TABLE_FORMAT: OutputFormat[] = [
17-
{ field: "id", header: "NAME", width: 24 },
17+
{ field: "id", header: "ID", width: 24 },
1818
{ field: "title", header: "TITLE", width: 40 },
1919
{ field: "privacy", header: "PRIVACY", width: 10 },
2020
{ field: "tags", header: "TAGS", width: 20 },

0 commit comments

Comments
 (0)