mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(cli): dry run being inaccurate (#9088)
This commit is contained in:
parent
c9dcb5c624
commit
d52ed51aab
3 changed files with 158 additions and 5 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue