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 57544eb commit 5af9eebCopy full SHA for 5af9eeb
adminforth/commands/cli.js
@@ -21,7 +21,7 @@ function showHelp() {
21
chalk.green(' generate-models') + chalk.white(' Generate TypeScript models from your databases\n') +
22
chalk.green(' bundle') + chalk.white(' Bundles your AdminForth app SPA for production\n') +
23
chalk.green(' component') + chalk.white(' Scaffold a custom Vue component\n') +
24
- chalk.green(' resource') + chalk.white(' Scaffold a custom resource\n') +
+ chalk.green(' resource') + chalk.white(' Scaffold a custom resource\n')
25
);
26
}
27
0 commit comments