/**
  * @inheritdoc
  */
 public function withFlagParser(FlagParserInterface $parser)
 {
     $this->decoratedFlagAware->withFlagParser($parser);
     $clone = clone $this;
     $clone->parser = $parser;
     return $clone;
 }