/**
  * @param CommandInterface|GitIgnoreWriterCommand $command
  */
 public function handle(CommandInterface $command)
 {
     $this->gitIgnoreWriter->write($command->getContent());
 }