File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- # 0.1.0+1
1+ # [ 0.1.0] - 12/08/22
22
3- - feat: initial commit 🎉
3+ - feat: initial version
Original file line number Diff line number Diff line change 44[ ![ Very Good Ventures] [ logo_white ]] [ very_good_ventures_link_dark ]
55[ ![ Very Good Ventures] [ logo_black ]] [ very_good_ventures_link_light ]
66
7+ [ ![ ci] [ ci_badge ]] [ ci_link ]
8+ [ ![ coverage] [ coverage_badge ]] [ ci_link ]
79[ ![ pub package] [ pub_badge ]] [ pub_link ]
810[ ![ style: very good analysis] [ very_good_analysis_badge ]] [ very_good_analysis_link ]
911[ ![ License: MIT] [ license_badge ]] [ license_link ]
@@ -89,4 +91,7 @@ Future<int?> runCommand(ArgResults topLevelResults) async {
8991[ very_good_workflows_link ] : https://github.com/VeryGoodOpenSource/very_good_workflows
9092[ docs_link ] : https://github.com/VeryGoodOpenSource/cli_completion/tree/main/doc
9193[ pub_link ] : https://cli_completion.pckg.pub
92- [ pub_badge ] : https://img.shields.io/pub/v/cli_completion.svg
94+ [ pub_badge ] : https://img.shields.io/pub/v/cli_completion.svg
95+ [ coverage_badge ] : https://raw.githubusercontent.com/VeryGoodOpenSource/cli_completion/main/coverage_badge.svg
96+ [ ci_badge ] : https://github.com/VeryGoodOpenSource/cli_completion/workflows/ci/badge.svg
97+ [ ci_link ] : https://github.com/VeryGoodOpenSource/cli_completion/actions
Original file line number Diff line number Diff line change 11name : cli_completion
2- description : Completion toolkit for Command runner based Dart CLIs
3- version : 0.1.0+1
4- publish_to : none
2+ description : Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
3+ version : 0.1.0
54
65environment :
76 sdk : " >=2.18.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments