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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -