We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-rm
-c
--clean
1 parent bdd1dd4 commit 79ec773Copy full SHA for 79ec773
.changeset/shaggy-cats-jam.md
@@ -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