Skip to content

Support repeated application options by passing an array of values#6

Merged
jarshwah merged 1 commit intorvdh:masterfrom
rayl:master
Aug 20, 2014
Merged

Support repeated application options by passing an array of values#6
jarshwah merged 1 commit intorvdh:masterfrom
rayl:master

Conversation

@rayl
Copy link
Copy Markdown
Contributor

@rayl rayl commented Aug 14, 2014

The motivating example was:

$application_options => {
py-autoreload => 1,
touch-reload => [
'file1',
'file2',
'file3',
],
}

Signed-off-by: Ray Lehtiniemi rayl@mail.com

The motivating example was:

  $application_options => {
    py-autoreload => 1,
    touch-reload => [
      'file1',
      'file2',
      'file3',
    ],
  }

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
jarshwah added a commit that referenced this pull request Aug 20, 2014
Support repeated application options by passing an array of values
@jarshwah jarshwah merged commit 3bfde49 into rvdh:master Aug 20, 2014
@jarshwah
Copy link
Copy Markdown
Contributor

Thanks for the patch @rayl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants