Gets an InputOption by shortcut.
public function getOptionForShortcut(string $shortcut) : InputOption { return $this->getOption($this->shortcutToName($shortcut)); }