Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Mar 25, 2024
1 parent ea7fce7 commit dfccad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/image-generator/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {buildRelative} from './index'
const program = new Command()

program
.option('-i, --image <string>', 'Image path')
.option('-d, --date <string>', 'Date string')
.option('-o, --out <string>', 'Output Path string')
.option('-i, --image <string>', 'Image path')
.option('-d, --date <string>', 'Date string')
.option('-o, --out <string>', 'Output Path string')

program.parse(process.argv)

Expand Down

0 comments on commit dfccad4

Please sign in to comment.