Skip to content

Commit

Permalink
feat: change argument syntax for suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Nov 27, 2024
1 parent 65dc86c commit 36557eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/pull-languages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const pullLanguagesCommand = program
.option('-s, --space <space>', 'space ID')
.option('-p, --path <path>', 'path to save the file. Default is .storyblok/languages')
.option('-f, --filename <filename>', 'filename to save the file as <filename>.<suffix>.json')
.option('-su, --suffix <suffix>', 'suffix to add to the file name (e.g. languages.<suffix>.json). By default, the space ID is used.')
.option('--su, --suffix <suffix>', 'suffix to add to the file name (e.g. languages.<suffix>.json). By default, the space ID is used.')
.action(async (options: PullLanguagesOptions) => {
konsola.title(` ${commands.PULL_LANGUAGES} `, colorPalette.PULL_LANGUAGES, 'Pulling languages...')
// Global options
Expand Down

0 comments on commit 36557eb

Please sign in to comment.