57 |
\optional{\programopt{-o}} |
\optional{\programopt{-o}} |
58 |
\optional{\programopt{-c}} |
\optional{\programopt{-c}} |
59 |
\optional{\programopt{-i}} |
\optional{\programopt{-i}} |
60 |
|
\optional{\programopt{-b}} |
61 |
\optional{\var{file}} |
\optional{\var{file}} |
62 |
\optional{\var{ARGS}} |
\optional{\var{ARGS}} |
63 |
|
|
84 |
\item[\programopt{-c}] prints the information about the settings used to compile {\it escript} and stops execution.. |
\item[\programopt{-c}] prints the information about the settings used to compile {\it escript} and stops execution.. |
85 |
\item[\programopt{-V}] prints the version of {\it escript} and stops execution. |
\item[\programopt{-V}] prints the version of {\it escript} and stops execution. |
86 |
\item[\programopt{-h}] prints a help message and stops execution. |
\item[\programopt{-h}] prints a help message and stops execution. |
87 |
\item[\programopt{-i}] excutes the script \var{file} and switches to interactive mode after the execution is finished or an exception has occured. This option is useful for debugging a script. The option cannot be used if more then one process ($\var{nn} \cdot \var{np}>1$) is used. |
\item[\programopt{-i}] executes the script \var{file} and switches to interactive mode after the execution is finished or an exception has occured. This option is useful for debugging a script. The option cannot be used if more then one process ($\var{nn} \cdot \var{np}>1$) is used. |
88 |
|
\item[\programopt{-b}] do not invoke python. This is used to run non-python programs. |
89 |
|
|
90 |
\item[\programopt{-e}] shows additional environment variables and commands used during \program{escript} execution. This option is useful if users wish to excute scripts without using the \program{escript} command. |
\item[\programopt{-e}] shows additional environment variables and commands used during \program{escript} execution. This option is useful if users wish to excute scripts without using the \program{escript} command. |
91 |
|
|