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