account_cmd_parser

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.