1.2 #23

Merged
ryan merged 36 commits from 1.2 into main 2025-12-05 13:51:16 -05:00
Showing only changes of commit fcb466d9a7 - Show all commits

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
{