diff options
| author | Rob Mensching <rob@firegiant.com> | 2020-07-18 14:55:58 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2020-07-18 15:03:11 -0700 |
| commit | f4cefb9ac9a6911ee0a1ad035e6ee50b7f28e5c5 (patch) | |
| tree | 7f06847dfdb75b5dd7720be4b4459adaa1fbf519 /src/WixToolset.Core/CommandLine/VersionCommand.cs | |
| parent | 6b21265e139513c1a242d8677b154fcc0e1dc7ef (diff) | |
| download | wix-f4cefb9ac9a6911ee0a1ad035e6ee50b7f28e5c5.tar.gz wix-f4cefb9ac9a6911ee0a1ad035e6ee50b7f28e5c5.tar.bz2 wix-f4cefb9ac9a6911ee0a1ad035e6ee50b7f28e5c5.zip | |
Display command-line help from Core and extensions
Closes wixtoolset/issues#6211
Diffstat (limited to 'src/WixToolset.Core/CommandLine/VersionCommand.cs')
| -rw-r--r-- | src/WixToolset.Core/CommandLine/VersionCommand.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WixToolset.Core/CommandLine/VersionCommand.cs b/src/WixToolset.Core/CommandLine/VersionCommand.cs index 6ce2a89d..01a7d0e6 100644 --- a/src/WixToolset.Core/CommandLine/VersionCommand.cs +++ b/src/WixToolset.Core/CommandLine/VersionCommand.cs | |||
| @@ -16,8 +16,7 @@ namespace WixToolset.Core.CommandLine | |||
| 16 | 16 | ||
| 17 | public Task<int> ExecuteAsync(CancellationToken cancellationToken) | 17 | public Task<int> ExecuteAsync(CancellationToken cancellationToken) |
| 18 | { | 18 | { |
| 19 | Console.WriteLine("wix version {0}", ThisAssembly.AssemblyInformationalVersion); | 19 | Console.WriteLine(ThisAssembly.AssemblyInformationalVersion); |
| 20 | Console.WriteLine(); | ||
| 21 | 20 | ||
| 22 | return Task.FromResult(0); | 21 | return Task.FromResult(0); |
| 23 | } | 22 | } |
