Is there a way to specify the order that commands are listed when you execute fab -l?
Is there a way to specify the order that commands are listed when you
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately, it doesn’t look like it: the source seems to just sort the list of names. (See also the docstring for the
_task_namesfunction just after that.)As an obvious follow-up, what kind of sorting are you looking for? Could you simply postprocess the output of
fab -l?