We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c429c68 commit 22edeacCopy full SHA for 22edeac
docsrc/usage.md
@@ -9,12 +9,12 @@ There are two modes of operation: On the command line for single-file operation
9
and using a configuration file (`pyproject.toml`) for more complex multi-file operations.
10
11
```console
12
-bump-my-version [OPTIONS] VERSION_PART [FILES]...
+bump-my-version [OPTIONS] [VERSION_PART] [FILES]...
13
```
14
15
## `VERSION_PART`
16
17
-_**required**_
+_**[optional]**_
18
19
The part of the version to increase, e.g. `minor`.
20
0 commit comments