/**
  * New instance of ArgumentManager
  */
 public function __construct()
 {
     parent::__construct(['strict' => true]);
     $this->initOptions();
 }