Closed loganrussell48 closed 1 year ago
The examples in the readme don't properly execute to achieve what the docs say.
very_good create my_plugin -t flutter_plugin should create a plugin named "my_plugin" with all defaults
very_good create my_plugin -t flutter_plugin
Could not find an option or flag "-t". (presumably, the -t flag has been replaced with some other syntax)
Could not find an option or flag "-t".
-t
The readme is outdated :/
For the current usage of the very good CLI, see the docs at https://cli.vgv.dev/
Using this card to track the readme update
Description
Problem
The examples in the readme don't properly execute to achieve what the docs say.
Expected behavior
very_good create my_plugin -t flutter_plugin
should create a plugin named "my_plugin" with all defaultsWhat actually happens
Could not find an option or flag "-t".
(presumably, the-t
flag has been replaced with some other syntax)Requirements