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 5e69bab commit 595dbd3Copy full SHA for 595dbd3
adminforth/commands/cli.js
@@ -20,7 +20,8 @@ function showHelp() {
20
chalk.green(' create-plugin') + chalk.white(' Create a plugin for your AdminForth app\n') +
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')
+ chalk.green(' component') + chalk.white(' Scaffold a custom Vue component\n') +
24
+ chalk.green(' resource') + chalk.white(' Scaffold a custom resource\n') +
25
);
26
}
27
0 commit comments