- a23ea85 update the publishing script (#232) by Devon Carew · 7 days ago master
- 04c9346 blast_repo fixes (#230) by Devon Carew · 13 days ago v2.3.2
- ac0e2c8 Bump actions/checkout from 3.1.0 to 3.2.0 (#229) by dependabot[bot] · 4 weeks ago
- da037ac blast_repo fixes (#226) by Devon Carew · 3 months ago
- aaf671c Require Dart 2.18, update lints, update CI, add dependabot (#222) by Kevin Moore · 3 months ago
- 80d4abb Add a CommandRunner example (#220) by Liam Appelbe · 6 months ago
- 73e8d3b prep to publish 2.3.1 (#218) by Devon Carew · 9 months ago 2.3.1
- 862d929 Update pubspec.yaml (#215) by Devon Carew · 10 months ago
- 0887fa9 Renamed to conform to pub.dev standards (#213) by Kato Shinya · 10 months ago
- a4bfdd4 Update documentation (#211) by TheHackerCoding · 1 year, 3 months ago
- 3b3f557 Fix pre-existing HintCode.UNNECESSARY_TYPE_CHECK_TRUE (#209) by Konstantin Scheglov · 1 year, 5 months ago
- 3d59a26 Move from pedantic to lints package (#208) by Nate Bosch · 1 year, 6 months ago
- bf4c879 Add ability to group commands by category in usage (#202) by Pierre-Louis · 1 year, 6 months ago 2.3.0
- 0329844 show similar commands with an edit distance of 2 or less (#206) by Jacob MacDonald · 1 year, 7 months ago 2.2.0
- 3315d53 Dart format with latest SDK (#207) by Kevin Moore · 1 year, 7 months ago
- bf84666 fix a null assertion error when there are missing mandatory args in commands (#199) by Jacob MacDonald · 1 year, 8 months ago 2.1.1
- 8d82f3e Fix newly enforced lint (#193) by Kevin Moore · 1 year, 9 months ago
- 3e4db49 clean up the sdk constraint and dep overrides (#192) by Jacob MacDonald · 1 year, 10 months ago 2.1.0
- 2e7e86c publish 2.1.0 (#191) by Jacob MacDonald · 1 year, 10 months ago
- a85ab5e Update LICENSE (#189) by Franklin Yow · 1 year, 10 months ago
- 2d09400 Use latest setup action (#188) by Kevin Moore · 1 year, 10 months ago
- d8fea36 Split parse* methods to avoid duplicate work (#185) by Nate Bosch · 1 year, 10 months ago
- 1c720ed Enable lint prefer_typing_uninitialized_variables (#187) by Nate Bosch · 1 year, 10 months ago
- 696090d Use --fatal-infos when analyzing on CI (#184) by Nate Bosch · 1 year, 11 months ago
- eb2deca Added mandatory (or required) option (#177) by JM REMEUR · 2 years ago
- 5f5082b Add support for argument name aliases (#182) by Jacob MacDonald · 2 years ago
- c3c7fd4 stable null safety release (#180) by Jacob MacDonald · 2 years ago 2.0.0
- c7f5d00 Add a test for passing allowedHelp without allowed (#170) by Nate Bosch · 2 years, 2 months ago 2.0.0-nullsafety.0
- fdd7641 Migrate to GitHub Actions (#176) by Alexander Thomas · 2 years, 2 months ago
- 2c6a221 Deprecate methods name get* (#172) by Nate Bosch · 2 years, 2 months ago
- 7e03aea Refactor usage.dart (#169) by Nate Bosch · 2 years, 2 months ago
- 7c9e434 Re-expose the class OptionType (#175) by Nate Bosch · 2 years, 2 months ago
- 13dabdc Fix link to use https (#174) by Oliver Sand · 2 years, 2 months ago
- 6921e2f Give a specific function type for callback (#168) by Nate Bosch · 2 years, 2 months ago
- c40feed Remove ignore for deprecated usage (#167) by Nate Bosch · 2 years, 2 months ago
- 1391401 Bump to 2.0.0 in anticipation of release. (#166) by Bob Nystrom · 2 years, 2 months ago
- 5eebde3 Use Null as return type for HelpCommand.run (#164) by Nate Bosch · 2 years, 3 months ago
- d7a8071 Remove already deprecated APIs (#165) by Nate Bosch · 2 years, 3 months ago
- 6baca1e Migrate to null safety (#159) by Jacob MacDonald · 2 years, 3 months ago
- c747131 Improve the docs for CommandRunner (#148) by Brett Sutton · 2 years, 3 months ago
- 17d31cf Remove unused dart:async imports. (#157) by Sam Rawlins · 2 years, 3 months ago
- 882024f Update http URLs to https (#152) by Kevin Moore · 2 years, 4 months ago
- ebbcae8 Clean up some doc comments and code style (#147) by Nate Bosch · 2 years, 7 months ago
- 37a6223 Prepare for publish (#143) by Nate Bosch · 2 years, 11 months ago 1.6.0
- 81fd438 Remove help form the list of commands in usage (#140) by Nate Bosch · 2 years, 11 months ago
- 29ef927 Remove extra blank lines between options (#137) by Nate Bosch · 2 years, 11 months ago
- 945a587 Changelog for underscore fix, prepare to publish (#142) by Nate Bosch · 2 years, 11 months ago 1.5.4
- 8b6b492 Fix parsing: re-allow underscore in long names. (#141) by David Morgan · 2 years, 11 months ago
- 7ac64f5 Reference CommandRunner from addCommand docs (#139) by Nate Bosch · 2 years, 11 months ago
- 37eaec6 Enforce and fix comment_references lint (#138) by Nate Bosch · 2 years, 11 months ago
- 15641dc Merge pull request #135 from davidmorgan/faster-parsing by David Morgan · 3 years ago
- e25c675 Update CHANGELOG.md by David Morgan · 3 years ago
- 82611a6 Address review comments. by David Morgan · 3 years ago
- 24dc8dc prep for publishing 1.5.3 (#133) by Devon Carew · 3 years ago 1.5.3
- c252a89 Improve parse speed by switching from regexps to simple string operations. by David Morgan · 3 years ago
- 09e1d46 With benchmark. by David Morgan · 3 years ago
- 28a5d2f address an issue when using ArgParser.allowAnything() with CommandRunner (#132) by Devon Carew · 3 years ago
- 0eed427 Merge pull request #130 from davidmorgan/improve-performance-use-queue by David Morgan · 3 years ago
- 2df1c4a Address review comments. by David Morgan · 3 years ago
- 66cb2aa Fix performance issues due to list.removeAt(0), which makes parsing O(n^2). by David Morgan · 3 years ago
- c16ee43 Fix newly enforced package:pedantic lints (#126) by Nate Bosch · 3 years, 2 months ago
- 1f76fb3 Merge pull request #122 from dart-lang/pq-drop-news by Phil Quitslund · 3 years, 5 months ago
- bf3242b remove optional `new`s by Phil Quitslund · 3 years, 5 months ago
- 2be8305 Merge pull request #121 from srawlins/ana-options by Sam Rawlins · 3 years, 6 months ago
- bc38dbf Remove linter rules included in pedantic 1.8.0 by Sam Rawlins · 3 years, 6 months ago
- 4609cb3 Prepare to release 1.5.2 (#118) by Kevin Moore · 3 years, 8 months ago 1.5.2
- 0896161 Fix deprecated URLs (#117) by Kevin Moore · 3 years, 8 months ago
- 4ec786e fix latest pedantic lints by Kevin Moore · 3 years, 9 months ago
- 76bf3d2 dartfmt by Kevin Moore · 3 years, 10 months ago
- 3628751 Support usageLineLength in CommandRunner (#115) by Todd Volkert · 3 years, 11 months ago
- 6a4c6f1 All deprecated usage from this package (#112) by Kevin Moore · 4 years ago
- 7c1e9f7 Enable and fix a number of standard lints and deprecated member use (#111) by Kevin Moore · 4 years, 2 months ago
- 529202f Merge pull request #110 from dart-lang/bump by Bob Nystrom · 4 years, 3 months ago 1.5.1
- 5fad395 Bump version to publish. by Bob Nystrom · 4 years, 3 months ago
- fa17c8f Merge pull request #108 from gspencergoog/wrap_commands by Bob Nystrom · 4 years, 4 months ago
- c55596a Review changes. by Greg Spencer · 4 years, 5 months ago
- dfbf766 Add support for wrapping command descriptions and other help text. by Greg Spencer · 4 years, 6 months ago
- 1928c78 Merge pull request #107 from dart-lang/prep-line-length by Bob Nystrom · 4 years, 6 months ago 1.5.0
- 7ffa675 Incorporate review feedback. by Bob Nystrom · 4 years, 6 months ago
- e44f18e Document isWhitespace(). by Bob Nystrom · 4 years, 6 months ago
- 9d03138 Tweak the new word wrapping and get ready to release it. by Bob Nystrom · 4 years, 6 months ago
- 6fec1af Review changes by Greg Spencer · 4 years, 6 months ago
- 762ad16 Add optional wrapping of text for usage messages. by Greg Spencer · 4 years, 7 months ago
- 79c1f3d chore: set max SDK version to <3.0.0 (#106) by Patrice Chalin · 4 years, 7 months ago 1.4.4
- fc3a488 Update README to use addMultiOption (#104) by Sam Rawlins · 4 years, 7 months ago
- 3650781 Merge pull request #101 from bcko/patch-1 by Bob Nystrom · 4 years, 8 months ago
- 438f8a9 Merge pull request #102 from bcko/patch-2 by Bob Nystrom · 4 years, 8 months ago
- 543bc78 Update .gitignore to new `dart_tool` pub cache by BC Ko · 4 years, 8 months ago
- 08aa377 pubspec conventions dart-lang/site-www#825 by BC Ko · 4 years, 8 months ago
- 7543ac2 Display the default values for options with allowedHelp specified (#100) by Natalie Weizenbaum · 4 years, 9 months ago 1.4.3
- 39567aa Remove lints (#98) by Natalie Weizenbaum · 4 years, 10 months ago
- 3e75bbc Narrow the SDK constraint to require FutureOr (#89) by Natalie Weizenbaum · 4 years, 10 months ago 1.4.2
- d3c8800 Fix addMultiOption() and addOption(allowMultiple) usage (#94) by Natalie Weizenbaum · 5 years ago 1.4.1
- 93fdf93 Merge pull request #93 from dart-lang/add-multi-option by Natalie Weizenbaum · 5 years ago 1.4.0
- f4e97cc Add a separate addMultiOption() method by Natalie Weizenbaum · 5 years ago
- 3302613 Reformat tests with the latest dartfmt by Natalie Weizenbaum · 5 years ago
- 27f1153 Merge pull request #92 from dart-lang/cleanup by Natalie Weizenbaum · 5 years ago
- 91979ac Make Option's field names match addOption's parameters by Natalie Weizenbaum · 5 years ago
- 66930d0 Deprecate upper-case constants in favor of lowercase by Natalie Weizenbaum · 5 years ago
- 42aa8f6 Improve the documentation option values by Natalie Weizenbaum · 5 years ago