Cleanup, implement first Steam command

This commit is contained in:
Yaakov 2021-09-30 20:10:35 +10:00
parent 1a3b150b27
commit 5d72217e61
7 changed files with 74 additions and 13 deletions

View file

@ -23,6 +23,7 @@ namespace Shamir.Console
}))
.AddAzureCommandTree()
.AddRadioCommandTree()
.AddSteamCommandTree()
.BuildServiceProvider();
using var scope = serviceProvider.CreateScope();