fix: CLI
This commit is contained in:
parent
e0a3ac247e
commit
e708b5d27e
|
@ -77,7 +77,10 @@ else {
|
|||
};
|
||||
// Initialize Commander.
|
||||
const program = new Command();
|
||||
program.enablePositionalOptions();
|
||||
program
|
||||
.enablePositionalOptions()
|
||||
.name('flecks')
|
||||
.usage('[command] [...]');
|
||||
// Bootstrap.
|
||||
(async () => {
|
||||
debug('bootstrapping flecks...');
|
||||
|
|
Loading…
Reference in New Issue
Block a user