Skip to content

Commit

Permalink
fix: expose prompts (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
hampuslavin authored Jan 17, 2025
1 parent 63ff064 commit 7bafe52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/cli_tools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export 'local_storage_manager.dart';
export 'logger.dart';
export 'package_version.dart';
export 'docs_generator.dart';
export 'prompts.dart';
1 change: 1 addition & 0 deletions lib/prompts.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export 'src/prompts/prompts.dart';
1 change: 0 additions & 1 deletion test/prompts/confirm_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:cli_tools/cli_tools.dart';
import 'package:cli_tools/src/prompts/confirm.dart';
import 'package:test/test.dart';

import '../test_utils/io_helper.dart';
Expand Down

0 comments on commit 7bafe52

Please sign in to comment.