Commit 3aa2455
committed
Support repeated application options by passing an array of values
The motivating example was:
$application_options => {
py-autoreload => 1,
touch-reload => [
'file1',
'file2',
'file3',
],
}
Signed-off-by: Ray Lehtiniemi <rayl@mail.com>1 parent 20ba5cd commit 3aa2455
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
| |||
0 commit comments