Skip to content

Commit

Permalink
Pass Environment.CommandLine to RootCommand.InvokeAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
DaZombieKiller committed Apr 24, 2024
1 parent b25fb42 commit 64e01b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/TLTool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
root.AddCommand(new TextureDdsConvertCommand().Command);
root.AddCommand(new InsertCommand().Command);
root.AddCommand(new ListNamesCommand().Command);
await root.InvokeAsync(args);
await root.InvokeAsync(Environment.CommandLine);

0 comments on commit 64e01b1

Please sign in to comment.