Skip to content

Commit c29f787

Browse files
committed
Specify nbgv version when no command is given
1 parent 148b1b1 commit c29f787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nbgv/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ private static int MainInner(string[] args)
136136

137137
if (syntax.ActiveCommand == null)
138138
{
139+
Console.WriteLine("nbgv v{0}", ThisAssembly.AssemblyInformationalVersion);
139140
Console.WriteLine("Use -h, --help, or -? for usage help. Use after a command to get more help about a particular command.");
140141
}
141142
});

0 commit comments

Comments
 (0)