Skip to content

Commit

Permalink
fix: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed May 16, 2024
1 parent ebbe795 commit 2369561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class InitSubcommand extends GenericActCommand<NoProperties, NoClient> {
@CommandLine.Option(names = {"--preserve-hierarchy"}, negatable = true, paramLabel = "...", descriptionKey = "params.preserve-hierarchy", order = -2)
private Boolean preserveHierarchy;

@CommandLine.Option(names = "--quite", descriptionKey = "params.quite", order = -2)
@CommandLine.Option(names = "--quiet", descriptionKey = "params.quiet", order = -2)
private boolean skipGenerateDescription;

protected NewAction<NoProperties, NoClient> getAction(Actions actions) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/messages/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ params.source=Path to the source files
params.translation=Path to the translation files
params.dest=Specify file name in Crowdin
params.preserve-hierarchy=Choose whether to save the directory hierarchy in the Crowdin project
params.quite=Do not ask for interactive input prompts
params.quiet=Do not ask for interactive input prompts
params.skipUntranslatedStrings=Skip untranslated strings in exported files (does not work with .docx, .html, .md and other document files)
params.skipUntranslatedFiles=Omit downloading not fully translated files
params.keepArchive=Do not remove the downloaded archive with translations after it's extracting
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-05-28-cli-v4/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The `generate` alias has been removed:
+crowdin init
```

New `quite` option was added to not ask for interactive input prompts.
New `quiet` option was added to not ask for interactive input prompts.

### Lint

Expand Down

0 comments on commit 2369561

Please sign in to comment.