GenCli constructor

GenCli(
  1. List<String> _arguments
)

Implementation

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