Renamed Cli to ConfigsProcessor, now the Cli class is purposed to just parsing the cli arguments and orchestrate other classes
5 lines
69 B
JavaScript
Executable File
5 lines
69 B
JavaScript
Executable File
import Cli from './cli.js';
|
|
|
|
const cli = new Cli();
|
|
await cli.run();
|