File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,15 @@ SYNOPSIS
1111DESCRIPTION
1212-----------
1313
14- The :command: `envml ` command is a helper script that configures the shell
15- environment using specified Environment Modules actions before executing a
16- given command.
14+ The :command: `envml ` command configures the environment using specified
15+ Environment Modules actions and then given command.
1716
1817This is useful for running a command in a modified environment without
1918permanently altering the current shell session.
2019
21- The script first interprets arguments as module actions, then switches to
22- command execution after either encountering ``-- `` or determining that the
23- remaining arguments form the actual command to run.
20+ :command: ` envml ` interprets its first arguments as module actions, then
21+ switches to command execution after either encountering ``-- `` or determining
22+ that the remaining arguments form the actual command to run.
2423
2524MODULE_ACTION FORMAT
2625--------------------
@@ -67,8 +66,7 @@ OPTIONS
6766EXAMPLES
6867--------
6968
70- Run ``command arg1 arg2 `` in the environment restored from the default module
71- collection:
69+ Restore default module collection then run ``command arg1 arg2 ``:
7270
7371.. code-block :: sh
7472
You can’t perform that action at this time.
0 commit comments