0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added option to enable appending default option values to option description (#103) More... about 8 years ago
Released 1.0.0 More... over 8 years ago
add test for isSupplied on subcommand options More... over 8 years ago
add optional unnamed integer options (closes #71) More... over 8 years ago
add scaladoc to Scallop.toggle More... over 8 years ago
add new --arg=value option style (works for single arg options and for lists). Allows user to pass in arguments in any format, including arguments with dashes at the start (e.g. "--arg=-1") (closes #94) More... over 8 years ago
do not include default value into input automatically - it will be much prettier if developer will provide that manually however he wants More... over 8 years ago
BREAKING CHANGE! Removed AfterInit, thus clearing DelayedInit warnings. More... over 8 years ago
add value converter parse caching and store converted values in ScallopOption (fixes #86) More... over 8 years ago
hide and verify all output from tests More... over 8 years ago
fix quadratic complexity in option list parsing More... over 8 years ago
implement better trailing arguments parser, which returns errors using best-match heuristic (fixes #87) More... over 8 years ago
Released 0.9.6 More... over 8 years ago
cross-build for scala 2.12 milestone More... over 8 years ago
fix option name guessing when there exists possible shadowing by mapped/filtered option More... over 8 years ago
protect option name guessing from class method reordering (which happens sometimes when we list them via reflection) More... over 8 years ago
update blog post links More... over 8 years ago
update README.md according to the fact that we dropped 2.9 support More... over 8 years ago
update sbt-ghpages plugin and fix links from apidoc to source files on github More... over 8 years ago
remove paragraph about immutability from README.md (we advertise ScallopConf everywhere, so it is not relevant now) More... over 8 years ago
cross-compile for scala 2.10 and 2.11 More... over 8 years ago
fix compilation warnings (all except ones about DelayedInit) More... over 8 years ago
fix failing test (was introduced by test reordering) More... over 8 years ago
remove tab characters from source files More... over 8 years ago
update language and dependencies, use sbt-boilerplate instead of sbt-fmpp More... over 8 years ago
fix api and wiki links More... over 8 years ago
Merge pull request #92 from vn971/patch-1 More... over 8 years ago
fix relative urls in readme More... over 9 years ago
Scallop is built against 2.11 More... almost 10 years ago
Fix #82 (Map codependency validation) More... over 10 years ago