hasOption method

bool hasOption(
  1. CliCommandOptionsEnum o
)

Implementation

bool hasOption(CliCommandOptionsEnum o) => _options.containsKey(o);