", for example "bin all update --prefer-lowest".', $input->__toString() ) ); } public static function forNamespaceInput(InputInterface $input): self { return new self( sprintf( 'Could not parse the input (executed within the namespace) "%s".', $input->__toString() ) ); } }