@@ -228,27 +228,26 @@ private function validateUserData($username, $plainPassword, $email, $fullName):
228
228
private function getCommandHelp (): string
229
229
{
230
230
return <<<'HELP'
231
- The <info>%command.name%</info> command creates new users and saves them in the database:
231
+ The <info>%command.name%</info> command creates new users and saves them in the database:
232
232
233
- <info>php %command.full_name%</info> <comment>username password email</comment>
233
+ <info>php %command.full_name%</info> <comment>username password email</comment>
234
234
235
- By default the command creates regular users. To create administrator users,
236
- add the <comment>--admin</comment> option:
235
+ By default the command creates regular users. To create administrator users,
236
+ add the <comment>--admin</comment> option:
237
237
238
- <info>php %command.full_name%</info> username password email <comment>--admin</comment>
238
+ <info>php %command.full_name%</info> username password email <comment>--admin</comment>
239
239
240
- If you omit any of the three required arguments, the command will ask you to
241
- provide the missing values:
240
+ If you omit any of the three required arguments, the command will ask you to
241
+ provide the missing values:
242
242
243
- # command will ask you for the email
244
- <info>php %command.full_name%</info> <comment>username password</comment>
243
+ # command will ask you for the email
244
+ <info>php %command.full_name%</info> <comment>username password</comment>
245
245
246
- # command will ask you for the email and password
247
- <info>php %command.full_name%</info> <comment>username</comment>
246
+ # command will ask you for the email and password
247
+ <info>php %command.full_name%</info> <comment>username</comment>
248
248
249
- # command will ask you for all arguments
250
- <info>php %command.full_name%</info>
251
-
252
- HELP;
249
+ # command will ask you for all arguments
250
+ <info>php %command.full_name%</info>
251
+ HELP;
253
252
}
254
253
}
0 commit comments