Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76767 - webapp-config with short args
Summary: webapp-config with short args
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 07:43 UTC by Lance Albertson (RETIRED)
Modified: 2005-05-30 04:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lance Albertson (RETIRED) gentoo-dev 2005-01-05 07:43:26 UTC
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!
Comment 1 Stuart Herbert (RETIRED) gentoo-dev 2005-05-30 04:37:12 UTC
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.