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.
1 parent 8a83892 commit 63cbfc3Copy full SHA for 63cbfc3
packages/cli/src/index.ts
@@ -41,7 +41,7 @@ function createProgram() {
41
.description(
42
`${colors.bold.blue(
43
'ζ',
44
- )} ZenStack is the data layer for modern TypeScript apps.\n\nDocumentation: https://zenstack.dev/docs/3.x.`,
+ )} ZenStack is the data layer for modern TypeScript apps.\n\nDocumentation: https://zenstack.dev/docs/3.x`,
45
)
46
.showHelpAfterError()
47
.showSuggestionAfterError();
0 commit comments