-
Couldn't load subscription status.
- Fork 30
Open
Description
Maybe I'm missing something, but how do I handle the top level command?
args
.command('a', 'Import data', a)
.command('b', 'Export data', b)This will run a or b if I run ./cmd a or ./cmd b.
But if I run ./cmd, it's hanging (cause my script opens db connection), how do I
a) print help or
b) execute some code?
Metadata
Metadata
Assignees
Labels
No labels