GetCli constructor

GetCli(
  1. List<String> _arguments
)

Implementation

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