mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 10:03:08 +02:00
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:
+4
-1
@@ -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**
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -2694,6 +2694,10 @@ SUBCOMMANDS:
|
||||
+ initswitch modulefile1 modulefile2
|
||||
+ initlist
|
||||
+ initclear
|
||||
|
||||
DOCUMENTATION:
|
||||
Full documentation is available at
|
||||
http://pmodules.gitpages.psi.ch
|
||||
'
|
||||
|
||||
subcommand_help() {
|
||||
|
||||
Reference in New Issue
Block a user