Merge branch '237-add-link-to-pmodules-documentation-to-usage-text' into 'master'

Resolve "Add link to Pmodules documentation to usage text"

Closes #237

See merge request Pmodules/src!214
This commit is contained in:
2024-03-21 10:36:38 +01:00
3 changed files with 12 additions and 1 deletions
+4 -1
View File
@@ -4,11 +4,14 @@
### modulecmd
### build-system
* fix in parsing arguments issue (#238)
* fix in parsing arguments ()issue #238)
### Toolchain
* update to Tcl 8.6.14 (issue #239)
### General
* link to documentation added to usage/help text (issue #237)
## Version 1.1.17
### build-system
**Fixes**
+4
View File
@@ -153,6 +153,10 @@ MISCELLANEOUS OPTIONS:
Install in this overlay. Defaults to '${PMODULES_HOME%%/Tools*}'.
--legacy
Use legacy configuration files.
DOCUMENTATION:
Full documentation is available at
http://pmodules.gitpages.psi.ch
"
exit 1
}
+4
View File
@@ -2694,6 +2694,10 @@ SUBCOMMANDS:
+ initswitch modulefile1 modulefile2
+ initlist
+ initclear
DOCUMENTATION:
Full documentation is available at
http://pmodules.gitpages.psi.ch
'
subcommand_help() {