Browse Source

Fix GetDependenciesCommand namespace missing

master
Abheek Dhawan 3 years ago
parent
commit
337223a057
  1. 2
      UsmToolkit/Program.cs

2
UsmToolkit/Program.cs

@ -7,7 +7,7 @@ namespace UsmToolkit
{
[Command("UsmToolkit")]
[VersionOptionFromMember("--version", MemberName = nameof(GetVersion))]
[Subcommand(typeof(ExtractCommand), typeof(ConvertCommand), typeof(GetDependenciesCommand))]
[Subcommand(typeof(ExtractCommand), typeof(ConvertCommand))]
class Program
{
static int Main(string[] args)

Loading…
Cancel
Save