GetCommand constructor

GetCommand(
  1. Future<void> userMethod(
    1. String
    )
)

Implementation

GetCommand(this.userMethod) {
  argParser.addOption(
    'key',
    mandatory: true,
  );
}