VeryGoodOpenSource / cli_completion

Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures. 🦄
https://pub.dev/packages/cli_completion
MIT License
49 stars 4 forks source link

feat: CLI-user configurable auto install #55

Open renancaraujo opened 1 year ago

renancaraujo commented 1 year ago

Description

As auto-install can be disabled by CLI maintainers, make it possible for CLI users to disable auto-install, possibly via a command

Requirements