From 9ed81d565292006bc6a024cfeaa7f19217cbf10f Mon Sep 17 00:00:00 2001 From: Renan <6718144+renancaraujo@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:47:09 +0100 Subject: [PATCH] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ce620f8..994c2dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cli_completion description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures. version: 0.4.0 repository: https://github.com/VeryGoodOpenSource/cli_completion -issue_tracker: https://github.com/VeryGoodOpenSource/pub_updater/issues +issue_tracker: https://github.com/VeryGoodOpenSource/cli_completion/issues topics: [cli, completion, shell, bash, autocomplete] screenshots: - description: 'This screenshot shows the completion of a dart CLI.'