mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 10:29:37 +02:00
Merge branch '218-add-fix-some-comments' into 'master'
Resolve "add/fix some comments" Closes #218 See merge request Pmodules/src!197
This commit is contained in:
@@ -1066,7 +1066,8 @@ get_available_modules() {
|
||||
# The module name can be
|
||||
# name
|
||||
# name/version
|
||||
# name/version_flag
|
||||
# relative path
|
||||
# absolute path
|
||||
#
|
||||
# Return
|
||||
# 0 if a modulefile has been found
|
||||
@@ -2752,6 +2753,19 @@ subcommand_apropos() {
|
||||
done
|
||||
}
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
# Collections
|
||||
#
|
||||
# Collections describe a sequence of module use then module load commands
|
||||
# that are interpreted by Modules to set the user environment as described
|
||||
# by this sequence.
|
||||
#
|
||||
# User collections:
|
||||
#
|
||||
# System collections:
|
||||
##
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
# save [collection]
|
||||
|
||||
Reference in New Issue
Block a user