modulecmd: alias 'spider' added to search sub-cmd

This commit is contained in:
2024-08-12 16:40:58 +02:00
parent 3f7e34c579
commit 27793f1b70
+2 -1
View File
@@ -2297,6 +2297,7 @@ subcommand_clear() {
#
Subcommands['search']='search'
Subcommands['find']='search'
Subcommands['spider']='search'
Options['search']='-o a\?H -l help -l no-header -l print-modulefiles '
Options['search']+='-l release-stage: -l with: -l all-release-stages -l src: -l print-csv '
Options['search']+='-l verbose '
@@ -2306,7 +2307,7 @@ Options['search']+='-l newest '
Options['search']+='-l group:'
Help['search']='
USAGE:
module find|search [switches] STRING...
module find|search|spider [switches] STRING...
Search installed modules. If an argument is given, search
for modules whose name match the argument.