Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optparse style indentation with continuation wrong #57

Closed
lnussbaum opened this issue Nov 16, 2011 · 1 comment
Closed

optparse style indentation with continuation wrong #57

lnussbaum opened this issue Nov 16, 2011 · 1 comment
Labels

Comments

@lnussbaum
Copy link

Test case:

opts.on('--coordinator host=HOST[,port=PORT]',
        'Specify the HOST and the PORT of the coordinator') do |str|
          h = sub_opts_to_hash(str)
        end

I expect "end" to be aligned with "opts.on"

@AndrewRadev
Copy link
Member

Thanks for the report. Just pushed a fix to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants