Skip to content

Commit c25f439

Browse files
committed
Remove deprecated nexus auth method
1 parent 48c973c commit c25f439

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

Wabbajack.CLI/VerbRegistration.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ public static void AddCLIVerbs(this IServiceCollection services) {
4545
services.AddSingleton<MirrorFile>();
4646
CommandLineBuilder.RegisterCommand<ModlistReport>(ModlistReport.Definition, c => ((ModlistReport)c).Run);
4747
services.AddSingleton<ModlistReport>();
48-
CommandLineBuilder.RegisterCommand<SetNexusApiKey>(SetNexusApiKey.Definition, c => ((SetNexusApiKey)c).Run);
49-
services.AddSingleton<SetNexusApiKey>();
5048
CommandLineBuilder.RegisterCommand<SteamDownloadFile>(SteamDownloadFile.Definition, c => ((SteamDownloadFile)c).Run);
5149
services.AddSingleton<SteamDownloadFile>();
5250
CommandLineBuilder.RegisterCommand<SteamDumpAppInfo>(SteamDumpAppInfo.Definition, c => ((SteamDumpAppInfo)c).Run);

Wabbajack.CLI/Verbs/SetNexusApiKey.cs

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)