GitHub / dart-lang/args issues and pull requests
#288 - Update README.md
Pull Request -
State: closed - Opened by mosuem 10 months ago
- 2 comments
#287 - Add option `hideNegatable` to `ArgParser.flag()`
Pull Request -
State: closed - Opened by sigurdm 10 months ago
- 4 comments
#286 - Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
Labels: autosubmit
#285 - Added source argument when throwing a `ArgParserException`.
Pull Request -
State: closed - Opened by fa0311 10 months ago
- 2 comments
#284 - Add function to retrieve actual input values for command options by name
Pull Request -
State: closed - Opened by fa0311 11 months ago
- 1 comment
#283 - Added source argument when throwing a `ArgParserException`.
Pull Request -
State: open - Opened by fa0311 11 months ago
- 8 comments
#282 - docs: add comment about Option's mandatory attribute
Pull Request -
State: closed - Opened by kroikie 11 months ago
- 1 comment
#281 - Fix angle brackets in doc comments
Pull Request -
State: closed - Opened by kevmoo 11 months ago
#280 - How to run a command that has subcommands?
Issue -
State: open - Opened by OnkelTem 12 months ago
#279 - Test command with mockito
Issue -
State: open - Opened by EmadBeltaje 12 months ago
#278 - Bump the github-actions group with 2 updates
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: autosubmit
#277 - No check for mandatory when using `option`
Issue -
State: open - Opened by ookami-kb about 1 year ago
- 1 comment
#276 - Bump actions/checkout from 4.1.4 to 4.1.6 in the github-actions group
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: autosubmit
#275 - bump lints dep and fix
Pull Request -
State: closed - Opened by kevmoo about 1 year ago
#274 - blast repo changes: dependabot
Pull Request -
State: closed - Opened by devoncarew about 1 year ago
Labels: autosubmit
#273 - Add `mandatory` parameter to `addMultiOption`
Pull Request -
State: open - Opened by bryanoltman about 1 year ago
#272 - Allow `multiOption` to be mandatory
Issue -
State: open - Opened by bryanoltman about 1 year ago
#271 - Bump actions/checkout from 4.1.2 to 4.1.4
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: autosubmit
#270 - Update to latest lints, require Dart 3.3
Pull Request -
State: closed - Opened by kevmoo over 1 year ago
#269 - default branch renamed from `master` to `main`
Issue -
State: closed - Opened by devoncarew over 1 year ago
#268 - Bump dart-lang/setup-dart from 1.6.2 to 1.6.4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: autosubmit
#267 - rev to 2.5.0 and prep to publish
Pull Request -
State: closed - Opened by devoncarew over 1 year ago
- 1 comment
#266 - Bump actions/checkout from 4.1.1 to 4.1.2
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: autosubmit
#265 - remove nullability from `ArgParser.addFlag({bool? defaultsTo = false})`
Issue -
State: open - Opened by devoncarew over 1 year ago
Labels: next-breaking-release
#264 - Incorrect message in `dart_site --help`
Issue -
State: open - Opened by MaryaBelanger over 1 year ago
- 1 comment
#263 - Bump dart-lang/setup-dart from 1.6.0 to 1.6.2
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: autosubmit
#262 - feat: show aliases in usage
Pull Request -
State: closed - Opened by gkc over 1 year ago
- 1 comment
#261 - Add missing curly braces in README.md
Pull Request -
State: closed - Opened by akaiser over 1 year ago
- 4 comments
#260 - `takesArguments` should change the usage text
Issue -
State: open - Opened by feinstein over 1 year ago
#259 - Bump actions/checkout from 4.1.0 to 4.1.1
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: autosubmit
#258 - Bump dart-lang/setup-dart from 1.5.1 to 1.6.0
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: autosubmit
#257 - Bump actions/checkout from 3.6.0 to 4.1.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: autosubmit
#256 - Bump dart-lang/setup-dart from 1.5.0 to 1.5.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: autosubmit
#255 - Setting the mandatory parameter of the addOption function to true has no effect.
Issue -
State: open - Opened by Fralacticus almost 2 years ago
- 3 comments
#254 - Bump actions/checkout from 3.5.3 to 3.6.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: autosubmit
#253 - Usage should be able to show additional info for trailing options (rest)
Issue -
State: open - Opened by eikob almost 2 years ago
- 1 comment
#252 - `--` needs to be escaped on Windows
Issue -
State: closed - Opened by bryanoltman almost 2 years ago
- 2 comments
#251 - Analogue of '::' GNU getopt extension?
Issue -
State: open - Opened by yvs2014 almost 2 years ago
- 1 comment
Labels: type-enhancement
#250 - Feature request: parse complete command string to List<String> args
Issue -
State: open - Opened by erlangparasu about 2 years ago
- 3 comments
#249 - Bump actions/checkout from 3.5.2 to 3.5.3
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: autosubmit
#248 - Introduce new typed `ArgResults` `flag(String)`, `option(String)`, and `multiOption(String)` methods
Pull Request -
State: closed - Opened by devoncarew about 2 years ago
- 6 comments
#247 - switch to using package:dart_flutter_team_lints
Pull Request -
State: closed - Opened by devoncarew about 2 years ago
- 1 comment
#246 - adjust the validation of mandatory options
Pull Request -
State: closed - Opened by devoncarew about 2 years ago
- 1 comment
#245 - use of 'mandatory' options breaks handling of the help flag
Issue -
State: closed - Opened by devoncarew about 2 years ago
Labels: type-bug
#244 - Command CommandRunner Platform.executableArguments
Issue -
State: closed - Opened by dcharkes about 2 years ago
- 3 comments
Labels: type-enhancement
#243 - blast_repo fixes
Pull Request -
State: closed - Opened by devoncarew about 2 years ago
#242 - added package topics to the pubspec file
Pull Request -
State: closed - Opened by devoncarew about 2 years ago
#241 - Bump actions/checkout from 3.5.0 to 3.5.2
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#240 - [Feature request] Show command alias in usage
Issue -
State: open - Opened by CaiJingLong over 2 years ago
- 3 comments
Labels: type-enhancement
#239 - Bump dart-lang/setup-dart from 1.4.0 to 1.5.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#238 - Bump actions/checkout from 3.3.0 to 3.5.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#237 - update readme; add contributing doc
Pull Request -
State: closed - Opened by devoncarew over 2 years ago
#236 - Update README.md
Pull Request -
State: closed - Opened by naoty over 2 years ago
- 3 comments
#235 - Suggest command based on aliases
Pull Request -
State: closed - Opened by sigurdm over 2 years ago
- 6 comments
#234 - Bump dart-lang/setup-dart from 1.3 to 1.4
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#233 - Bump actions/checkout from 3.2.0 to 3.3.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#232 - update the publishing script
Pull Request -
State: closed - Opened by devoncarew over 2 years ago
#231 - Standards used in docopt.
Issue -
State: open - Opened by Taitep over 2 years ago
- 2 comments
Labels: enhancement
#230 - blast_repo fixes
Pull Request -
State: closed - Opened by devoncarew over 2 years ago
#229 - Bump actions/checkout from 3.1.0 to 3.2.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#228 - Provide the function to print strings in nice columns
Issue -
State: open - Opened by guenth39 over 2 years ago
#227 - How to add default command?
Issue -
State: open - Opened by ykmnkmi over 2 years ago
#226 - blast_repo fixes
Pull Request -
State: closed - Opened by devoncarew over 2 years ago
#225 - Make allowed options case insensitive
Issue -
State: open - Opened by lukepighetti over 2 years ago
Labels: enhancement
#224 - Make argResults and globalResults non-nullable
Pull Request -
State: closed - Opened by passsy over 2 years ago
- 1 comment
#223 - Promote Command.argResults to be non-nullable
Issue -
State: open - Opened by passsy over 2 years ago
- 1 comment
Labels: next breaking release
#222 - Require Dart 2.18, update lints, update CI, add dependabot
Pull Request -
State: closed - Opened by kevmoo almost 3 years ago
#221 - Why is `CommandRunner._usageWithoutDescription` private?
Issue -
State: open - Opened by bartekpacia almost 3 years ago
Labels: enhancement
#220 - Add a CommandRunner example
Pull Request -
State: closed - Opened by liamappelbe almost 3 years ago
#219 - Add a CommandRunner example
Issue -
State: closed - Opened by liamappelbe about 3 years ago
- 2 comments
Labels: documentation
#218 - prep to publish 2.3.1
Pull Request -
State: closed - Opened by devoncarew about 3 years ago
#217 - Statically typed argument parser (possibly with code generator)?
Issue -
State: open - Opened by fzyzcjy over 3 years ago
- 4 comments
Labels: type-enhancement
#216 - Examples for CommandRunner aren't correct on pub page
Issue -
State: closed - Opened by victor-tinoco over 3 years ago
- 3 comments
Labels: documentation
#215 - Update pubspec.yaml
Pull Request -
State: closed - Opened by devoncarew over 3 years ago
#214 - Overhaul usage errors to not use exceptions
Issue -
State: open - Opened by natebosch over 3 years ago
Labels: enhancement, next breaking release
#213 - Renamed to conform to pub.dev standards
Pull Request -
State: closed - Opened by myConsciousness over 3 years ago
- 3 comments
#212 - expose interface for completion
Issue -
State: closed - Opened by huang12zheng over 3 years ago
- 2 comments
#211 - Update documentation
Pull Request -
State: closed - Opened by i0x0 over 3 years ago
- 1 comment
Labels: cla: yes
#210 - question mark doesn't work?
Issue -
State: open - Opened by nohkumado almost 4 years ago
- 3 comments
#209 - Fix pre-existing HintCode.UNNECESSARY_TYPE_CHECK_TRUE
Pull Request -
State: closed - Opened by scheglov almost 4 years ago
- 2 comments
Labels: cla: yes
#208 - Move from pedantic to lints package
Pull Request -
State: closed - Opened by natebosch about 4 years ago
Labels: cla: yes
#207 - Dart format with latest SDK
Pull Request -
State: closed - Opened by kevmoo about 4 years ago
Labels: cla: yes
#206 - show similar commands with an edit distance of 2 or less
Pull Request -
State: closed - Opened by jakemac53 about 4 years ago
- 9 comments
Labels: cla: yes
#205 - Non-zero exit code after printing command usage
Issue -
State: closed - Opened by asashour about 4 years ago
- 2 comments
#204 - Suggestion: mandatory arguments
Issue -
State: open - Opened by mschwartz about 4 years ago
- 2 comments
Labels: enhancement
#203 - Examples for CommandRunner aren't correct
Issue -
State: closed - Opened by mschwartz about 4 years ago
- 8 comments
#202 - Add ability to group commands by category in usage
Pull Request -
State: closed - Opened by guidezpl about 4 years ago
- 9 comments
Labels: cla: yes
#201 - Not-found command should hint about similar ones
Issue -
State: closed - Opened by asashour about 4 years ago
- 4 comments
#200 - usageLineLength not respected when separator are printed
Issue -
State: open - Opened by neophob about 4 years ago
Labels: bug, help wanted
#199 - fix a null assertion error when there are missing mandatory args in commands
Pull Request -
State: closed - Opened by jakemac53 about 4 years ago
Labels: cla: yes
#198 - do not parse options specified after positional arguments
Issue -
State: closed - Opened by mx1up about 4 years ago
- 5 comments
#197 - Mandatory args in subcommand results in a Null check operator error (version 2.1.0)
Issue -
State: closed - Opened by smayas about 4 years ago
- 1 comment
#196 - Fix bug with mandatory flag
Pull Request -
State: closed - Opened by PoloLacoste about 4 years ago
- 7 comments
Labels: cla: yes
#195 - Update README.md on multi-valued options
Issue -
State: open - Opened by lirc572 about 4 years ago
Labels: help wanted, documentation
#194 - Mandatory options aren't very useful
Issue -
State: open - Opened by jamesderlin about 4 years ago
Labels: enhancement, next breaking release
#193 - Fix newly enforced lint
Pull Request -
State: closed - Opened by kevmoo over 4 years ago
- 2 comments
Labels: cla: yes
#192 - clean up the sdk constraint and dep overrides
Pull Request -
State: closed - Opened by jakemac53 over 4 years ago
Labels: cla: yes
#191 - publish 2.1.0
Pull Request -
State: closed - Opened by jakemac53 over 4 years ago
Labels: cla: yes
#190 - Flags for commands are also executing for the main parser
Issue -
State: open - Opened by raveesh-me over 4 years ago
#189 - Update LICENSE
Pull Request -
State: closed - Opened by franklinyow over 4 years ago
Labels: cla: yes