From 27793f1b70609188e9655bd2b746a99e941fb8b9 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 12 Aug 2024 16:40:58 +0200 Subject: [PATCH] modulecmd: alias 'spider' added to search sub-cmd --- Pmodules/modulecmd.bash.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 0b93738..76f7257 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -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.