cli_completion 0.4.0 cli_completion: ^0.4.0 copied to clipboard
Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
/// Example for cli_completion
///
/// ```sh
/// # activate example
/// dart pub global activate example
///
/// # see usage
/// example_cli --help
/// ```
library example;