FetchCommand constructor

FetchCommand(
  1. Future exec()
)

Implementation

FetchCommand(this.exec) {
  addConfigOption(argParser);
}