Skip to content

Commit 4cfd0bc

Browse files
committed
feat: the mneu
1 parent a0204cd commit 4cfd0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async function main() {
125125
}
126126

127127
// Handle help command
128-
if (verb === 'help' || verb === '--help' || verb === '-h') {
128+
if (verb === 'help' || verb === 'menu' || verb === '--help' || verb === '-h') {
129129
showHelp();
130130
return;
131131
}

0 commit comments

Comments
 (0)