Skip to content

Commit 595dbd3

Browse files
committed
fix: add 'resource' command to CLI help output
1 parent 5e69bab commit 595dbd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adminforth/commands/cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ function showHelp() {
2020
chalk.green(' create-plugin') + chalk.white(' Create a plugin for your AdminForth app\n') +
2121
chalk.green(' generate-models') + chalk.white(' Generate TypeScript models from your databases\n') +
2222
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')
23+
chalk.green(' component') + chalk.white(' Scaffold a custom Vue component\n') +
24+
chalk.green(' resource') + chalk.white(' Scaffold a custom resource\n') +
2425
);
2526
}
2627

0 commit comments

Comments
 (0)