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
minor #13238 [2.6] Made help information of commands more consistent (WouterJ)
This PR was merged into the 2.6 branch.
Discussion
----------
[2.6] Made help information of commands more consistent
Just like symfony/symfony#13231, but then for commands added in 2.6
Commits
-------
57b08e4 Made CLI help consistent
Copy file name to clipboardExpand all lines: Command/SetAclCommand.php
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,20 +59,22 @@ protected function configure()
59
59
The <info>%command.name%</info> command sets ACL.
60
60
The ACL system must have been initialized with the <info>init:acl</info> command.
61
61
62
-
To set <comment>VIEW</comment> and <comment>EDIT</comment> permissions for the user <comment>kevin</comment> on the instance of <comment>Acme\MyClass</comment> having the identifier <comment>42</comment>:
62
+
To set <comment>VIEW</comment> and <comment>EDIT</comment> permissions for the user <comment>kevin</comment> on the instance of
63
+
<comment>Acme\MyClass</comment> having the identifier <comment>42</comment>:
->addArgument('arguments', InputArgument::IS_ARRAY | InputArgument::REQUIRED, 'A list of permissions and object identities (class name and ID separated by a column)')
0 commit comments