Sha256: 040c9893ae9000fe51caa14c64f2d79e1cb515795341631489ad33349933c529

Contents?: true

Size: 716 Bytes

Versions: 8

Compression:

Stored size: 716 Bytes

Contents

```opts :(document_options)
execute_in_own_window: false
pause_after_script_execution: true
save_executed_script: true
saved_script_folder: ../mde_logs
```
Pass-through arguments after "--" to the executed script.

A block can expect arguments to receive all arguments to MDE after "--".

For `mde examples/pass-through.md output_arguments -- 1 23`,
this block outputs:

        ARGS: 1 23

::: Test
```bash
mde examples/pass-through.md output_arguments -- 1 23
```

::: These options toggle the use of a separate window.
```opts
execute_in_own_window: true
```
```opts
execute_in_own_window: false
```

::: This block will output any command line arguments after "--".
```bash :output_arguments
echo "ARGS: $*"
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
markdown_exec-2.5.0 examples/pass-through-arguments.md
markdown_exec-2.4.0 examples/pass-through-arguments.md
markdown_exec-2.3.0 examples/pass-through-arguments.md
markdown_exec-2.2.0 examples/pass-through-arguments.md
markdown_exec-2.1.0 examples/pass-through.md
markdown_exec-2.0.8.4 examples/pass-through.md
markdown_exec-2.0.8.3 examples/pass-through.md
markdown_exec-2.0.8.2 examples/pass-through.md