Skip to content
This repository was archived by the owner on Jun 19, 2022. It is now read-only.

Commit 5628b8d

Browse files
committed
update txt
1 parent 2c46b99 commit 5628b8d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/Resources/help/MakeHslCrud.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
The <info>%command.name%</info> command generates crud controller with templates for selected entity.
22

3-
<info>php %command.full_name%</info>
4-
5-
If the argument is missing, the command will ask for the entity class name interactively.
3+
<info>php %command.full_name%</info>

src/Resources/help/MakeHslDto.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ The <info>%command.name%</info> command generates a new dto class.
44

55
<info>php %command.full_name% --generate-mapper</info>
66

7-
If the argument is missing, the command will ask for the class name interactively.
7+
Arguments are optional.

src/Resources/help/MakeHslTransformer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ The <info>%command.name%</info> command generates a new transformer class.
44

55
<info>php %command.full_name% --no-entity</info>
66

7-
If the argument is missing, the command will ask for the class name interactively.
7+
Arguments are optional.

0 commit comments

Comments
 (0)