CliConfig constructor

CliConfig({
  1. CreatePaths? createPaths,
})

Implementation

CliConfig({CreatePaths? createPaths})
  : createPaths = createPaths ?? CreatePaths();