Skip to content

Commit 07751b0

Browse files
committed
chore: fix help output
Signed-off-by: Nathan Klick <[email protected]>
1 parent ea6501f commit 07751b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ export function main (argv: any) {
115115
}
116116

117117
return yargs(hideBin(argv))
118-
.usage('Usage:\n $0 <command> [options]')
118+
.scriptName('')
119+
.usage('Usage:\n solo <command> [options]')
119120
.alias('h', 'help')
120121
.alias('v', 'version')
121122
// @ts-ignore

0 commit comments

Comments
 (0)