non-empty-string
NoCliArgumentException
Use cliArguments()[0] instead
public function cliArgument() : string { if (!$this->hasCliArguments()) { throw new NoCliArgumentException(); } return $this->cliArguments[0]; }