Skip to content

Commit 79ec773

Browse files
committed
docs(changeset): Deprecate -rm CLI option in favor of -c for --clean flag.
1 parent bdd1dd4 commit 79ec773

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.changeset/shaggy-cats-jam.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@openapi-qraft/tanstack-query-react-plugin': minor
3+
'@openapi-qraft/openapi-typescript-plugin': minor
4+
'@openapi-qraft/plugin': minor
5+
'@openapi-qraft/cli': minor
6+
---
7+
8+
Deprecate `-rm` CLI option in favor of `-c` for `--clean` flag.
9+
10+
The `-rm` short flag for the `--clean` option has been deprecated due to commander.js v14 requiring single-character
11+
short flags. The option will continue to work but will show a deprecation warning. Please migrate to using `-c` or
12+
`--clean` instead. The `-rm` flag will be removed in v3.0.

0 commit comments

Comments
 (0)