AndrossyCli constructor

AndrossyCli(
  1. List<String> _arguments
)

Implementation

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