Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo4815162342 committed Feb 27, 2024
1 parent 3f7c27e commit d71d5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const commanderSchema = program
.option('-bp, --batch-pause <value>', 'Pause between batches in ms', Number, 1000)
.option('-ch, --cache', 'Use cache', false)
.option('-chpath, --cache-path <value>', 'Folder path for cache data', './.dukascopy-cache')
.option('-df, --date-format <value>', 'Date format', './.dukascopy-cache')
.option('-df, --date-format <value>', 'Date format', '')
.option('-r, --retries <value>', 'Number of retries for a failed artifact download', Number, 0)
.option('-rp, --retry-pause <value>', 'Pause between retries in milliseconds', Number, 500)
.option(
Expand Down

0 comments on commit d71d5d2

Please sign in to comment.