Skip to content

Commit 3a05abd

Browse files
authored
fix!: '-l' for locale alias (ccusage#441)
1 parent 0b96478 commit 3a05abd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/_shared-args.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export const sharedArgs = {
9393
},
9494
locale: {
9595
type: 'string',
96+
short: 'l',
9697
description: 'Locale for date/time formatting (e.g., en-US, ja-JP, de-DE)',
9798
default: 'en-CA',
9899
},

0 commit comments

Comments
 (0)