Skip to content

Commit 015187d

Browse files
committed
add help
1 parent 978411c commit 015187d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const rootCommand = Command.make("root", {}, () =>
5858

5959
yield* Console.log("")
6060
yield* Console.log(chalk.bold.yellow("IntentUI CLI is ready to use!"))
61+
yield* Console.log(chalk.cyan("Run 'intentui --help' to see all available commands."))
6162
yield* Console.log("")
6263
}),
6364
)

0 commit comments

Comments
 (0)