GmoCli constructor

GmoCli(
  1. List<String> _arguments
)

Implementation

GmoCli(this._arguments) {
  _instance = this;
}