mirror of
https://github.com/immich-app/immich.git
synced 2025-12-15 09:13:11 +03:00
fix(cli): dry run being inaccurate (#9088)
This commit is contained in:
@@ -60,7 +60,8 @@ program
|
||||
.addOption(
|
||||
new Option('-n, --dry-run', "Don't perform any actions, just show what will be done")
|
||||
.env('IMMICH_DRY_RUN')
|
||||
.default(false),
|
||||
.default(false)
|
||||
.conflicts('skipHash'),
|
||||
)
|
||||
.addOption(
|
||||
new Option('-c, --concurrency <number>', 'Number of assets to upload at the same time')
|
||||
|
||||
Reference in New Issue
Block a user