Skip to content

Commit

Permalink
Command line option to force rewindable "rack.input".
Browse files Browse the repository at this point in the history
  • Loading branch information
azell committed Dec 26, 2012
1 parent ed8e2b3 commit e6701cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/mizuno/choices.rb
Expand Up @@ -75,6 +75,12 @@
default nil
end

option :rewindable do
long '--rewindable'
desc 'rewindable input behavior per 1.x spec'
default false
end

separator ''
separator 'Mizuno-specific options: '

Expand Down

0 comments on commit e6701cb

Please sign in to comment.