CliConfig constructor
CliConfig({
- CreatePaths? createPaths,
Implementation
CliConfig({CreatePaths? createPaths})
: createPaths = createPaths ?? CreatePaths();
CliConfig({CreatePaths? createPaths})
: createPaths = createPaths ?? CreatePaths();