|
2 | 2 |
|
3 | 3 | [](https://opensource.org/licenses/MIT) |
4 | 4 | [](https://github.com/educup/dvm/actions?query=workflow%3ACI) |
5 | | -<!-- [](https://codecov.io/gh/educup/dvm) --> |
6 | | -<!-- [](https://deepsource.io/gh/educup/dvm/?ref=repository-badge) --> |
7 | 5 | [](https://pypi.org/project/dvm) |
8 | 6 | [](https://github.com/educup/dvm/commits) |
9 | 7 | [](https://github.com/educup/dvm/commits) |
|
13 | 11 | [](https://educup.github.io/dvm) |
14 | 12 | [](https://github.com/educup/dvm/graphs/contributors) |
15 | 13 |
|
16 | | -[Dart](https://dart.dev) Version Manager CLI implemented with [Python](https://www.python.org) and [Typer](https://typer.tiangolo.com). |
| 14 | +Dart Version Manager CLI implemented with Python and Typer |
17 | 15 |
|
18 | 16 | **Usage**: |
19 | 17 |
|
@@ -210,6 +208,8 @@ $ dvm major up [OPTIONS] [FILENAME] |
210 | 208 | **Options**: |
211 | 209 |
|
212 | 210 | * `--verbose / --no-verbose`: [default: True] |
| 211 | +* `--keep-pre-release / --no-keep-pre-release`: [default: False] |
| 212 | +* `--keep-build / --no-keep-build`: [default: False] |
213 | 213 | * `--help`: Show this message and exit. |
214 | 214 |
|
215 | 215 | ## `dvm minor` |
@@ -288,6 +288,8 @@ $ dvm minor up [OPTIONS] [FILENAME] |
288 | 288 | **Options**: |
289 | 289 |
|
290 | 290 | * `--verbose / --no-verbose`: [default: True] |
| 291 | +* `--keep-pre-release / --no-keep-pre-release`: [default: False] |
| 292 | +* `--keep-build / --no-keep-build`: [default: False] |
291 | 293 | * `--help`: Show this message and exit. |
292 | 294 |
|
293 | 295 | ## `dvm patch` |
@@ -366,6 +368,8 @@ $ dvm patch up [OPTIONS] [FILENAME] |
366 | 368 | **Options**: |
367 | 369 |
|
368 | 370 | * `--verbose / --no-verbose`: [default: True] |
| 371 | +* `--keep-pre-release / --no-keep-pre-release`: [default: False] |
| 372 | +* `--keep-build / --no-keep-build`: [default: False] |
369 | 373 | * `--help`: Show this message and exit. |
370 | 374 |
|
371 | 375 | ## `dvm pre-release` |
|
0 commit comments