Skip to content

Commit cd0e455

Browse files
authored
fix: correct readme (#9)
1 parent 6384980 commit cd0e455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ Run:
5959

6060
> During development this can be used to validate command definitions:
6161
>
62-
> `CLI_VALIDATE_ALL=1 bun run index.ts`
62+
> `DYNAMIC_CLI_FRAMEWORK_VALIDATE_ALL=1 bun run index.ts`
6363
6464
> During development this can be used to enable framework logging:
6565
>
66-
> `CLI_DEBUG=1 bun run index.ts`
66+
> `DYNAMIC_CLI_FRAMEWORK_DEBUG=1 bun run index.ts`
6767
6868
Compile binary:
6969

0 commit comments

Comments
 (0)