We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4a2fc commit 3853f93Copy full SHA for 3853f93
3 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+
2
+## [0.1.0+1] - 12/09/22
3
4
+- docs: fix README and add screenshots
5
6
# [0.1.0] - 12/08/22
7
8
- feat: initial version
doc/screen.png
136 KB
pubspec.yaml
@@ -1,7 +1,7 @@
name: cli_completion
description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/cli_completion
-version: 0.1.0
+version: 0.1.0+1
environment:
sdk: ">=2.18.0 <3.0.0"
@@ -12,6 +12,9 @@ dependencies:
12
mason_logger: ^0.2.2
13
meta: ^1.8.0
14
path: ^1.8.2
15
+screenshots:
16
+ - description: 'This screenshot shows the completion of a dart CLI.'
17
+ path: doc/screen.png
18
19
dev_dependencies:
20
mocktail: ^0.3.0
0 commit comments