Skip to content

Commit 8347e3e

Browse files
committed
fix: expose prompts
1 parent 63ff064 commit 8347e3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/cli_tools.dart

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ export 'local_storage_manager.dart';
44
export 'logger.dart';
55
export 'package_version.dart';
66
export 'docs_generator.dart';
7+
export 'prompts.dart';

lib/prompts.dart

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export 'src/prompts/prompts.dart';

0 commit comments

Comments
 (0)