You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,7 +35,6 @@ public function __construct(EntityManagerInterface $entityManager)
29
35
protectedfunctionconfigure(): void
30
36
{
31
37
$this
32
-
->setDescription('Import AccessUrl entities from an XLSX file')
33
38
->addArgument('xlsx-file', InputArgument::REQUIRED, 'Path to the XLSX file')
34
39
->addArgument('base-url', InputArgument::REQUIRED, 'Base URL for subdomains (e.g., https://somedomain.com/)')
35
40
->setHelp('This command imports AccessUrl entities from an XLSX file. The file must have a title row with "subdomain" and "description" columns. Subdomains are lowercased. The ResourceNode parent is set to AccessUrl ID = 1.');
0 commit comments