argy

Last updated:

0 purchases

argy Image
argy Images
Add to Cart

Description:

argy

Argy #
Manages command line arguments
Install #
dart pub add argy
copied to clipboard
Usage #
void main(List<String> arguments) {
var argy = Argy(arguments: arguments);
argy.add("file", "the file to work on...");
argy.add("dir", "the directory to look inside...");
argy.helpMessage = "Welcome to my CLI tool!";
argy.help();
}
copied to clipboard
Prints out the follow:
// Welcome to my CLI tool!
//
// Example usage:
// --file the file to work on...
// --dir the directory to look inside...
}
copied to clipboard

License:

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

Files In This Product:

Customer Reviews

There are no reviews.