[Lunar-commits] <moonbase> lunar: Updated completion list for lvu
Stefan Wold
ratler at lunar-linux.org
Fri Jan 14 12:45:10 CET 2011
commit 30c10c3b5c2ff2d3036ef4e57b53cbe65421e204
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Fri Jan 14 12:45:10 2011 +0100
lunar: Updated completion list for lvu
---
utils/lunar/profile.d/lunar.rc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/utils/lunar/profile.d/lunar.rc b/utils/lunar/profile.d/lunar.rc
index 07ba9ec..389ffb4 100644
--- a/utils/lunar/profile.d/lunar.rc
+++ b/utils/lunar/profile.d/lunar.rc
@@ -22,14 +22,14 @@ _lvu ()
{
# List any lvu sub-commands that do not take a module name
# after it
- LVU_CMDS_WITH_NO_MODULE="leafs orphans alien held exiled export moonbase html updatelog activity pam expired"
+ LVU_CMDS_WITH_NO_MODULE="leafs orphans conflicts alien held exiled export moonbase html updatelog activity pam expired"
local cur prev
COMPREPLY=()
cur=${COMP_WORDS[COMP_CWORD]}
prev=${COMP_WORDS[COMP_CWORD-1]}
if [ $COMP_CWORD -eq 1 ] || [ "${prev:0:1}" = "-" ]; then
- COMPREPLY=( $( compgen -W 'DETAILS DEPENDS CONFLICTS BUILD PRE_BUILD POST_BUILD CONFIGURE POST_INSTALL PRE_REMOVE POST_REMOVE what where cd alien from leafs orphans search service website install size installed compile compiler links sources maintainer version sum md5sum export import section moonbase html updatelog activity newer older voyeur pam expired depends tree eert stree leert held exiled urls versions short info' $cur ))
+ COMPREPLY=( $( compgen -W 'DETAILS DEPENDS CONFLICTS BUILD PRE_BUILD POST_BUILD CONFIGURE POST_INSTALL PRE_REMOVE POST_REMOVE what where cd alien from leafs orphans conflicts search service website install size installed compile compiler links sources maintainer version sum md5sum export import section moonbase html updatelog activity newer older voyeur pam expired depends tree eert stree leert held exiled urls versions short info edit unedit diff new submit' $cur ))
elif [ $COMP_CWORD -eq 2 -a $prev = "from" ]; then
COMPREPLY=( $(compgen -f "$cur") )
elif [ $COMP_CWORD -eq 2 ]; then
More information about the Lunar-commits
mailing list