Skip to content

Commit

Permalink
Better explanation for bump --dry
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Terrasa <[email protected]>
  • Loading branch information
Morriar committed Nov 29, 2023
1 parent 1057933 commit 9613431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ Bump the strictness from a list of files (one file by line):
$ spoom bump --from false --to true -o list.txt
```

Check if files can be bumped without applying any change:
Check if files can be bumped without applying any change and show the list of files that can be bumped without errors.
Will exit with a non-zero status if some files cannot be bumped without errors (useful to check for bumpable files on CI for example):

```
$ spoom bump --from false --to true --dry
Expand Down

0 comments on commit 9613431

Please sign in to comment.