wrapper_args 1.0.0 copy "wrapper_args: ^1.0.0" to clipboard
wrapper_args: ^1.0.0 copied to clipboard

outdated

Parses raw command-line arguments into a set of options and values. Wrapper package:args/args.dart for my style

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wrapper_args

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  wrapper_args: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:wrapper_args/wrapper_args.dart';
0
likes
0
pub points
36%
popularity

Publisher

unverified uploader

Parses raw command-line arguments into a set of options and values. Wrapper package:args/args.dart for my style

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

args

More

Packages that depend on wrapper_args