Skip to content

Commit 5af9eeb

Browse files
committed
fix: correct formatting in CLI help output for 'resource' command
1 parent 57544eb commit 5af9eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/commands/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function showHelp() {
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') +
2323
chalk.green(' component') + chalk.white(' Scaffold a custom Vue component\n') +
24-
chalk.green(' resource') + chalk.white(' Scaffold a custom resource\n') +
24+
chalk.green(' resource') + chalk.white(' Scaffold a custom resource\n')
2525
);
2626
}
2727

0 commit comments

Comments
 (0)