1.2 #23
@@ -12,9 +12,9 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||||||
use Symfony\Component\Console\Style\SymfonyStyle;
|
use Symfony\Component\Console\Style\SymfonyStyle;
|
||||||
|
|
||||||
#[AsCommand(
|
#[AsCommand(
|
||||||
name: 'IngestReference',
|
name: 'ImportReference',
|
||||||
aliases: ['app:ingest-ref'],
|
aliases: ['app:import-ref'],
|
||||||
description: 'Script to use to crawl a directory and ingest references',
|
description: 'Script to use to crawl a directory and import references',
|
||||||
)]
|
)]
|
||||||
class IngestReferenceCommand extends Command
|
class IngestReferenceCommand extends Command
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user