CLI
run
The morph run
command is used to execute Morph source code.
Options
-d [key]=[value]
The -d
option allows you to specify the value of arguments when executing Morph source code.
By providing the arguments specified in @morph.variables, you can dynamically change the values at runtime.
Examples
Shell