unscripted icon indicating copy to clipboard operation
unscripted copied to clipboard

Count flag instances when `int` or `allowMultiple`

Open seaneagan opened this issue 11 years ago • 1 comments

foo.dart:

foo({@Flag(abbr: 'v') int verbose}) => print(verbose);
foo.dart -vvv   # prints "3"

seaneagan avatar May 20 '14 20:05 seaneagan

blocked on https://github.com/dart-lang/core/issues/10

seaneagan avatar Jun 09 '15 15:06 seaneagan