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 eac071b commit a90f234Copy full SHA for a90f234
packages/create-react-admin/src/cli.tsx
@@ -123,7 +123,7 @@ const cli = meow(
123
}
124
);
125
126
-if (cli.flags.h) {
+if (cli.flags.h || cli.flags.help) {
127
cli.showHelp();
128
} else {
129
const name = cli.input.length > 0 ? cli.input[0].trim() : undefined;
0 commit comments