upd: changed command to import instead of ingest

This commit is contained in:
2025-12-05 10:51:17 -05:00
parent 46b11bdaa4
commit fcb466d9a7

View File

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