Skip to content

Commit

Permalink
Merge pull request #552 from krzysztof-grzybek/fix-genereate-dry-run-…
Browse files Browse the repository at this point in the history
…alias

fix(): add generate dry run alias
  • Loading branch information
kamilmysliwiec committed Jan 31, 2020
2 parents b371827 + 8e92561 commit bcd0e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/generate.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class GenerateCommand extends AbstractCommand {
.alias('g')
.description(this.buildDescription())
.option(
'--dry-run',
'-d, --dry-run',
'Report actions that would be taken without writing out results.',
)
.option('-p, --project [project]', 'Project in which to generate files.')
Expand Down

0 comments on commit bcd0e40

Please sign in to comment.