CliOptions constructor

const CliOptions({
  1. bool createCommand = false,
})

Implementation

const CliOptions({
  this.createCommand = false,
});