Skip to content

Commit aa06236

Browse files
authored
feat(create): add very good start link to cli summary (#105)
1 parent d21cd4a commit aa06236

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

lib/src/commands/create.dart

+8-7
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,14 @@ class CreateCommand extends Command<int> {
100100
..info('\n')
101101
..info(
102102
lightGray.wrap(
103-
'''+-----------------------------------------------------+
104-
| Looking for more features? |
105-
| We have an enterprise-grade solution for companies |
106-
| called Very Good Start. |
107-
| |
108-
| Contact [email protected] for info & pricing. |
109-
+-----------------------------------------------------+''',
103+
'''+----------------------------------------------------+
104+
| Looking for more features? |
105+
| We have an enterprise-grade solution for companies |
106+
| called Very Good Start. |
107+
| |
108+
| For more info visit: |
109+
| https://verygood.ventures/solution/very-good-start |
110+
+----------------------------------------------------+''',
110111
),
111112
);
112113
}

0 commit comments

Comments
 (0)