PartKeepr\SetupBundle\Command\ImportFootprintsCommand::configure PHP Method

configure() public method

public configure ( )
    public function configure()
    {
        parent::configure();
        $this->setName('partkeepr:setup:import-footprints');
        $this->setDescription('Imports the default PartKeepr footprints');
    }
ImportFootprintsCommand