]> arthur.barton.de Git - bup.git/commit
main: list common commands before other ones.
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 1 Mar 2010 00:00:50 +0000 (19:00 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 1 Mar 2010 00:00:50 +0000 (19:00 -0500)
commit3c06b9a0dda380f2d9756b5c6bd5bfff428f357c
treea8b05cf71b6ca8bcb4796ddcbbdf179363d69e70
parent2f3f6665b2fe7da3e9b7e53ecc3000340c5c7e1a
main: list common commands before other ones.

When you just type 'bup' or 'bup help', we print a list of available
commands.  Now we improve this list by:

1) Listing the common commands (with one-line descriptions) before listing
the automatically-generated list.

2) Printing the automatically-generated list in columns, so it takes up less
vertical space.

This whole concept was stolen from how git does it.  I think it should be a
bit more user friendly for beginners this way.
main.py