<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 18, 2012 at 1:39 PM, Modulok <span dir="ltr"><<a href="mailto:modulok@gmail.com" target="_blank">modulok@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">>> Does anybody know if there is a way to make --help option to display<br>
>> options in alphabetical order?<br>
<br>
</div>I know this sounds like spam and doesn't answer your question, (sorry!) but you<br>
should check out the third part module 'docopt'. It is *extremely* simple and a<br>
lot more flexible. It made me actually want to write command line interfaces<br>
again.<br>
<br>
<br>
<a href="http://www.youtube.com/watch?v=pXhcPJK5cMc" target="_blank">http://www.youtube.com/watch?v=pXhcPJK5cMc</a><br>
<a href="http://docopt.org/" target="_blank">http://docopt.org/</a><br>
<br>
Again, sorry for the spam but everyone I've shown has switched and were glad<br>
they did. It's also on PyPi and github. In fact, the github page is probably the<br>
best place to check it out.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Modulok-<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On 12/18/12, rail shafigulin <<a href="mailto:rail.shafigulin@gmail.com">rail.shafigulin@gmail.com</a>> wrote:<br>
> Does anybody know if there is a way to make --help option to display<br>
> options in alphabetical order? Right now it displays options in the order I<br>
> added them. I'm using Python 3.1<br>
><br>
> Any help is appreciated.<br>
> Thanks.<br>
><br>
</div></div></blockquote></div><br></div><div class="gmail_extra">Modulok,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks for the link. It is really a great module. I'll will incorporate it into my coding.</div>