0 purchases
account cmd parser
AccountCmdParser #
Features #
This package is a wrapper of ArgParser:
Parse command-line arguments to Account(email, password) model
Hint and parse console inputs to Account(email, password) model if there are no runtime command-line arguments passed in
Getting Started #
Add the following to your pubspec.yaml:
dependencies:
account_cmd_parser: any
copied to clipboard
Usage #
void main(List<String> arguments) {
final accountCmdParser = AccountArgParser();
Account account = accountCmdParser.parse(arguments: arguments);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.