File tree Expand file tree Collapse file tree 2 files changed +0
-42
lines changed Expand file tree Collapse file tree 2 files changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ public static void AddCLIVerbs(this IServiceCollection services) {
45
45
services . AddSingleton < MirrorFile > ( ) ;
46
46
CommandLineBuilder . RegisterCommand < ModlistReport > ( ModlistReport . Definition , c => ( ( ModlistReport ) c ) . Run ) ;
47
47
services . AddSingleton < ModlistReport > ( ) ;
48
- CommandLineBuilder . RegisterCommand < SetNexusApiKey > ( SetNexusApiKey . Definition , c => ( ( SetNexusApiKey ) c ) . Run ) ;
49
- services . AddSingleton < SetNexusApiKey > ( ) ;
50
48
CommandLineBuilder . RegisterCommand < SteamDownloadFile > ( SteamDownloadFile . Definition , c => ( ( SteamDownloadFile ) c ) . Run ) ;
51
49
services . AddSingleton < SteamDownloadFile > ( ) ;
52
50
CommandLineBuilder . RegisterCommand < SteamDumpAppInfo > ( SteamDumpAppInfo . Definition , c => ( ( SteamDumpAppInfo ) c ) . Run ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments