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: defined runCommandFile for SystemShell #68

Closed alestiago closed 1 year ago

alestiago commented 1 year ago

Status

READY

Description

Uses enhanced enumeration feature to move the logic from CompletionInstallation that locates an RC file from the a shell to SystemShell.

Type of Change