Releases: justim/consoler-rb
Releases · justim/consoler-rb
Command shortcuts
23 Mar 15:52
Compare
Sorry, something went wrong.
No results found
Command shortcuts
Bug in normalization
Some new features!
08 Mar 11:34
Compare
Sorry, something went wrong.
No results found
Option aliasing
Mostly to document short options a bit better in the usage message.
app = Consoler ::Application . new
app . build '-v |-verbose ` do |verbose|
# ` verbose ` contains a number
end
Alternative argument definition
It's now possible to surround your argument definition in <, > for better legibility, this always used in the usage message.
Bugfix
17 Mar 16:17
Compare
Sorry, something went wrong.
No results found
Normalize dashed option names to use an underscore to be used in the action block
Bugfix
14 Mar 10:14
Compare
Sorry, something went wrong.
No results found
Don't modify the input to run, this is a undesired side effect
Bugfix
13 Mar 21:13
Compare
Sorry, something went wrong.
No results found
Don't use a fixed ruby version in the Gemfile
Initial release
13 Mar 20:03
Compare
Sorry, something went wrong.
No results found
Initial release, see README for usage.