How to manually set Symfony command sorting order? -


is possible set sort order symfony commands manually? such as

$this     ->setname('say:hello')     ->setdescription('example description')     ->setorder(1); 

i want sorting commands manually instead of sorting desc name default.

thanks.

here api:

http://api.symfony.com/3.3/symfony/bundle/frameworkbundle/command/containerawarecommand.html

i don't see method in api. answer no.


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -