It'd be nice if some of the long options for webapp-config had optional short flags. Some examples include: --list-servers -ls --list-installs -li --list-unused-installs -lui --show-installed -si --show-postinst -sp I'm not sure how it'd work with two char args, maybe you have a better idea. I've just found it'd be nice if they had a shorter form instead of having to type that all out everytime. If need be, I'll just make aliaes for them :) Cheers!
Hi, Sorry, short flags are limited to being just a single character. That's the UNIX way. What I can do, tho, is add some aliases: --list-servers --ls --list-installs --li --list-unused-installs --lui --show-installed --si --show-postinst --spi These will be added to webapp-config v1.11.