diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-11-14 18:28:54 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-11-15 09:01:31 +0100 |
commit | 90540744262d70f4e7e56437ce532b35e3382b29 (patch) | |
tree | 8fcb5b464ca4f6ed6f21d6af0e7ae6d236261974 /bin | |
parent | Add maintainer information. (diff) | |
download | eselect-90540744262d70f4e7e56437ce532b35e3382b29.tar.gz eselect-90540744262d70f4e7e56437ce532b35e3382b29.tar.bz2 eselect-90540744262d70f4e7e56437ce532b35e3382b29.zip |
New local option --only-names in modules list action.
* modules/modules.eselect (do_list): New local option --only-names
will output names of modules only, without their description.
This replaces the previous brief output mode behaviour and is
mainly intended for bash completion.
(describe_list_options): New function, documents --only-names.
* bin/eselect.in (es_do_help): Don't force default output mode.
* misc/eselect.bashcomp (_eselect): Call "eselect modules list"
with --only-names option.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/eselect.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/eselect.in b/bin/eselect.in index b3b7c9e..15118f1 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -79,7 +79,6 @@ es_do_usage() { # es_do_help # Display eselect help es_do_help() { - set_output_mode default es_do_usage echo # display all recognized global options |