Skip to content

Commit

Permalink
feat: patterns as a global option
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed May 17, 2024
1 parent c050d08 commit cb541f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const CONFIG_OPT = new Option(
).argParser(parsePath);

export const FORMAT_OPT = new Option(
'-f, --format <format>',
'--format <format>',
'Localization files format.'
).choices([
'JSON_TOLGEE',
Expand Down

0 comments on commit cb541f3

Please sign in to comment.