We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148b1b1 commit c29f787Copy full SHA for c29f787
src/nbgv/Program.cs
@@ -136,6 +136,7 @@ private static int MainInner(string[] args)
136
137
if (syntax.ActiveCommand == null)
138
{
139
+ Console.WriteLine("nbgv v{0}", ThisAssembly.AssemblyInformationalVersion);
140
Console.WriteLine("Use -h, --help, or -? for usage help. Use after a command to get more help about a particular command.");
141
}
142
});
0 commit comments