We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6384980 commit cd0e455Copy full SHA for cd0e455
README.md
@@ -59,11 +59,11 @@ Run:
59
60
> During development this can be used to validate command definitions:
61
>
62
-> `CLI_VALIDATE_ALL=1 bun run index.ts`
+> `DYNAMIC_CLI_FRAMEWORK_VALIDATE_ALL=1 bun run index.ts`
63
64
> During development this can be used to enable framework logging:
65
66
-> `CLI_DEBUG=1 bun run index.ts`
+> `DYNAMIC_CLI_FRAMEWORK_DEBUG=1 bun run index.ts`
67
68
Compile binary:
69
0 commit comments