Merge branch '146-modulecmd-bug-in-handling-options-in-sub-cmd-search' into 'master'

Resolve "modulecmd: bug in handling options in sub-cmd search"

Closes #146

See merge request Pmodules/src!117
This commit is contained in:
2021-11-11 18:33:15 +00:00
+1 -1
View File
@@ -1920,7 +1920,7 @@ subcommand_search() {
with_modules+=" && / ${module//\//\\/}/"
done
;;
-a | --all-releases )
-a | --all-releases-stages )
opt_use_rel_stages+="${ReleaseStages}"
;;
--src | --src=*)