We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c056eb commit ee46ac5Copy full SHA for ee46ac5
src/dotnet-nugetize/Program.cs
@@ -34,7 +34,7 @@ int Run(string[] args)
34
{
35
{ "?|h|help", "Display this help.", h => help = h != null },
36
{ "b|bl|binlog", "Generate binlog.", b => binlog = b != null },
37
- { "d|debug", "Debug nugetizer tasks.", d => debug = d != null },
+ { "d|debug", "Debug nugetizer tasks.", d => debug = d != null, true },
38
{ "q|quiet", "Don't render MSBuild output.", q => quiet = q != null },
39
{ "i|items:", "MSBuild items file path containing full package contents metadata.", i => items = Path.GetFullPath(i) },
40
{ "version", "Render tool version and copyright information.", v => version = v != null },
0 commit comments