This commit is contained in:
cha0s 2022-03-07 07:00:21 -06:00
parent e0a3ac247e
commit e708b5d27e

View File

@ -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...');