Skip to content

Commit c6dc8ad

Browse files
committed
Override USAGE string
1 parent 3842d81 commit c6dc8ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/create-next-stack/src/main/commands/create-next-stack.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export default class CreateNextStack extends Command {
1818
static description =
1919
"Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps."
2020

21+
static usage = "[APP_NAME] [FLAGS]" // Without "create-next-stack" as OCLIF adds this, even though this is a single command CLI.
22+
2123
static args = {
2224
appName: Args.string({
2325
description: `The name of your app, optionally including a path prefix. Eg.: "my-app" or "path/to/my-app"`,

0 commit comments

Comments
 (0)