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 850f2c8 commit 23ada55Copy full SHA for 23ada55
cli/src/index.tsx
@@ -70,7 +70,7 @@ function parseArgs(): ParsedArgs {
70
}
71
72
function printHelp() {
73
- console.log(`Codecane v${VERSION}`)
+ console.log(`Codecane CLI v${VERSION}`)
74
console.log('')
75
console.log('Usage: codecane [options] [initial prompt]')
76
@@ -85,7 +85,7 @@ function printHelp() {
85
86
87
function printVersion() {
88
+ console.log(VERSION)
89
90
91
const { initialPrompt, clearLogs, showHelp, showVersion } = parseArgs()
0 commit comments