We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64da741 commit e155ddeCopy full SHA for e155dde
lib/src/installer/completion_installation.dart
@@ -118,7 +118,7 @@ class CompletionInstallation {
118
writeToShellConfigFile(rootCommand);
119
120
if (completionFileCreated) {
121
- adviseSource(rootCommand);
+ _logSourceInstructions(rootCommand);
122
}
123
124
@@ -274,8 +274,7 @@ class CompletionInstallation {
274
275
276
/// Tells the user to source the shell configuration file.
277
- @visibleForTesting
278
- void adviseSource(String rootCommand) {
+ void _logSourceInstructions(String rootCommand) {
279
final level = logger.level;
280
logger
281
..level = Level.info
0 commit comments