args_simple_io library
Simple argument parser library integrated with dart:io
.
Classes
- ArgsSimple
- TypeParser
- Lenient parsers for basic Dart types.
- TypeParserIO
Extensions
Typedefs
-
TypeElementParser<
T> = T? Function(Object? o) - TypeParserResolver = TypeElementParser? Function({Object? obj, Type? t, Type? type})