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
@@ -84,7 +87,7 @@ public function interact(InputInterface $input, ConsoleStyle $io, Command $comma
84
87
thrownewRuntimeCommandException(\sprintf('The file "%s" does not exist. PHP & XML configuration formats are currently not supported.', self::SECURITY_CONFIG_PATH));
85
88
}
86
89
87
-
$name = $io->ask(
90
+
$name = $input->getArgument('name') ?? $io->ask(
88
91
question: 'What is the class name of the authenticator (e.g. <fg=yellow>CustomAuthenticator</>)',
0 commit comments