Returns true if an InputOption object exists by shortcut.
public function hasShortcut(string $name) : bool { return isset($this->shortcuts[$name]); }