index
:
delta/ruby-gems/slop.git
4.0
Travis-jruby-9.2.0.0
add-changelog-note-about-270
allow-blank-values-with-shortarg-syntax
break-tests
ci-jruby-new
fix/update-ci-matrix
fix/update-jruby
gh-pages
lbriais-feature/add_config_for_underscore_switch
master
next
pedantic-equals
use-jruby-9.2.8.0
v3
v4.4.3
github.com: leejarvis/slop.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test integer with plus sign as prefix
Juha Ylitalo
2019-08-30
1
-1
/
+5
*
Fix a bug that flag value is processed as flag
Sutou Kouhei
2019-06-29
1
-0
/
+6
*
Fix deprecation warning in tests
Lee Jarvis
2019-01-21
1
-1
/
+1
*
Allow calling `Options#separator` without args, defaulting to an empty string
Teemu Matilainen
2019-01-20
1
-0
/
+6
*
add Slop::Result#fetch
Giovanni Benussi
2018-06-27
1
-0
/
+25
*
Handle equals character for non-option values
pedantic-equals
Lee Jarvis
2018-03-12
1
-0
/
+5
*
Add more tests for Options#separator
Lee Jarvis
2017-11-17
1
-1
/
+22
*
Fix separator so it doesn't mutate user data
Marc-Andre Lafortune
2017-11-13
1
-1
/
+10
*
Support for required options
William Woodruff
2017-09-29
1
-0
/
+14
*
Fix bug preventing '--' being passed as the first argument.
Thomas Bénéteau
2017-08-05
1
-0
/
+6
*
Fix non-deterministic test
Lee Jarvis
2017-05-01
1
-1
/
+1
*
Add config option underscore_flags
lbriais-feature/add_config_for_underscore_switch
Laurent B
2017-05-01
1
-0
/
+4
*
Fix ridiculous minitest warning
Lee Jarvis
2017-04-29
2
-3
/
+3
*
Avoid deleting args after '--'
Lee Jarvis
2017-04-29
1
-1
/
+2
*
Fix support for parsing -x5
Lee Jarvis
2017-01-29
1
-0
/
+13
*
Handle bad constant names in Slop.option_defined?
Lee Jarvis
2016-08-21
1
-0
/
+17
*
Support arguments to options with leading -
Andrew Clemons
2016-04-04
1
-0
/
+21
*
Can specify a custom banner string in Options via config
Phil Rees
2016-03-18
1
-1
/
+12
*
Allow disabling the delimiter for array arguments
Mike Pastore
2016-02-18
1
-0
/
+6
*
Fix bug where true is passed to BoolOption block regardless of --no- prefix
Ben Brady
2015-11-24
1
-1
/
+7
*
Fix bug regarding --foo=bar style options
Naoki Mizuno
2015-09-08
1
-0
/
+5
*
Fix arguments removed with option arguments
Naoki Mizuno
2015-09-08
1
-0
/
+5
*
#163 only raise MissingArgument if not default_value
Ben Brady
2015-06-30
1
-0
/
+3
*
Better handling of option names with multiple words
Tim Rogers
2015-06-13
2
-6
/
+18
*
Support --no- prefix for inverting boolean options
Lee Jarvis
2015-05-21
1
-4
/
+9
*
Added support for Regexp
Laurent Arnoud
2015-05-17
1
-0
/
+13
*
Rewrite UnknownOption.getUnknownOption() to flag
sigurdsvela
2015-04-07
1
-1
/
+1
*
Rewrite MissingOption.getFlags() to flags
sigurdsvela
2015-04-07
1
-1
/
+1
*
Implement getFlags in MissingArgument
sigurdsvela
2015-04-06
1
-0
/
+7
*
Remove semi-colons to conform to the code style
sigurdsvela
2015-04-06
1
-1
/
+1
*
Fix typo in comment
sigurdsvela
2015-04-06
1
-1
/
+1
*
Implement getUnknownMessage in UnknownOption
sigurdsvela
2015-04-06
1
-0
/
+7
*
Add explicit value setter to Result class
Lee Jarvis
2015-02-04
1
-0
/
+14
*
Remove "--" from the unprocessed arguments
David Rodríguez
2015-01-11
1
-0
/
+5
*
Support `tail: true` config option
Lee Jarvis
2015-01-02
1
-0
/
+6
*
Reset parser every time parse is called
Lee Jarvis
2014-12-30
3
-14
/
+14
*
Support a limit config to ArrayOption
Lee Jarvis
2014-12-30
1
-0
/
+6
*
add Float support
Rick Hull
2014-12-29
1
-0
/
+18
*
Add result/parser `arguments` method
Lee Jarvis
2014-12-19
1
-0
/
+6
*
Add NullOption and default to using it
Lee Jarvis
2014-12-17
2
-13
/
+28
*
Default array values to []
Lee Jarvis
2014-11-19
1
-0
/
+4
*
Ensure booleans default to false
Lee Jarvis
2014-11-19
1
-0
/
+5
*
Handle UnknownOption exceptions
Lee Jarvis
2014-11-19
1
-0
/
+14
*
Add MissingArgument error processing, and suppressing
Lee Jarvis
2014-11-19
1
-0
/
+17
*
Handle short grouped flags
Lee Jarvis
2014-11-19
1
-1
/
+12
*
Support flag=arg
Lee Jarvis
2014-11-19
1
-0
/
+19
*
Yield option arguments to option blocks
Lee Jarvis
2014-11-19
1
-0
/
+7
*
Allow options to be hidden from help string
Lee Jarvis
2014-11-19
1
-0
/
+5
*
Support method_missing checks for used options
Lee Jarvis
2014-11-19
1
-0
/
+7
*
Add custom "finish" method for options
Lee Jarvis
2014-11-19
1
-0
/
+17
[next]