mamba 0.6.0 copy "mamba: ^0.6.0" to clipboard
mamba: ^0.6.0 copied to clipboard

A list-defined command-line parser with typed declaration handles.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mamba

With Flutter:

 $ flutter pub add mamba

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

dependencies:
  mamba: ^0.6.0

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

Import it

Now in your Dart code, you can use:

import 'package:mamba/mamba.dart';
1
likes
160
points
401
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A list-defined command-line parser with typed declaration handles.

Repository (GitHub)
View/report issues

Topics

#command-line #parser #cli #command-line-parser #yargs

License

BSD-3-Clause (license)

Dependencies

chalkdart, yaml_writer

More

Packages that depend on mamba