Skip to content

Commit

Permalink
Tyrrrz#13 - Fix tests - disable suggest mode by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricel committed Mar 30, 2021
1 parent 465726b commit ec4ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CliFx/CliApplicationBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public partial class CliApplicationBuilder

private bool _isDebugModeAllowed = true;
private bool _isPreviewModeAllowed = true;
private bool _isSuggestModeAllowed = true;
private bool _isSuggestModeAllowed = false;
private string? _title;
private string? _executableName;
private string? _versionText;
Expand Down

0 comments on commit ec4ad2d

Please sign in to comment.