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

refactor: rename `Uninstalls` to `ShellCommandsMap` #75

Closed alestiago closed 1 year ago

alestiago commented 1 year ago

Status

READY

Description

Changes, since #74 is making use of the Uninstalls logic, it makes sense to rename the type definition.

Type of Change