Skip to content

Commit

Permalink
Remove NoInitialization from help.
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Jun 12, 2018
1 parent bbbb7aa commit 0b9fd1a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/Nuke.Common/NukeBuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ protected static int Execute<T>(Expression<Func<T, Target>> defaultTargetExpress
[Parameter("Disables execution of dependent targets.", Name = "Skip", Separator = "+")]
public string[] SkippedTargets { get; } = EnvironmentInfo.SkippedTargets;

/// <summary>
/// Disables bootstrapper initialization.
/// </summary>
[Parameter("Disables bootstrapper initialization.", Name = "NoInit")]
public bool NoInitialization { get; }

//[Parameter("Specifies that no logo should be printed.")]
//public bool NoLogo { get; set; }

Expand Down

0 comments on commit 0b9fd1a

Please sign in to comment.