doc updates

This commit is contained in:
Manuel Barkhau 2020-10-03 20:03:59 +00:00
parent 14115a2791
commit 179208cf30
4 changed files with 36 additions and 49 deletions

View file

@ -77,7 +77,7 @@ $ cd myproject
~/myproject/
$ pycalver init --dry
WARNING - File not found: pycalver.toml
Exiting because of '--dry'. Would have written to pycalver.toml:
Exiting because of '-d/--dry'. Would have written to pycalver.toml:
[pycalver]
current_version = "v202010.1001-alpha"
@ -541,7 +541,7 @@ The steps performed by `bump` are:
5. *Tag* the new commit.
6. *Push* the new commit and tag.
Again, you can use `--dry` to inspect the changes first.
Again, you can use `-d/--dry` to inspect the changes first.
```
$ pycalver bump --dry
@ -597,12 +597,13 @@ TODO: Descriptions
| CLI Argument | Description |
|------------------|-------------|
| --major | |
| -m --minor | |
| -p --patch | |
| -r --release-num | |
| -m/--minor | |
| -p/--patch | |
| -r/--release-num | |
| --date | |
| --pin-date | |
| --no-fetch | |
| --dry | |
| -n/--no-fetch | |
| -d/--dry | |
| --allow-dirty | |