Skip to content

Commit

Permalink
Merge pull request #2673 from AlexDickerson/removeSetNexusAPI
Browse files Browse the repository at this point in the history
Remove deprecated nexus auth method
  • Loading branch information
tr4wzified authored Dec 28, 2024
2 parents 48c973c + c25f439 commit e8eff20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
2 changes: 0 additions & 2 deletions Wabbajack.CLI/VerbRegistration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public static void AddCLIVerbs(this IServiceCollection services) {
services.AddSingleton<MirrorFile>();
CommandLineBuilder.RegisterCommand<ModlistReport>(ModlistReport.Definition, c => ((ModlistReport)c).Run);
services.AddSingleton<ModlistReport>();
CommandLineBuilder.RegisterCommand<SetNexusApiKey>(SetNexusApiKey.Definition, c => ((SetNexusApiKey)c).Run);
services.AddSingleton<SetNexusApiKey>();
CommandLineBuilder.RegisterCommand<SteamDownloadFile>(SteamDownloadFile.Definition, c => ((SteamDownloadFile)c).Run);
services.AddSingleton<SteamDownloadFile>();
CommandLineBuilder.RegisterCommand<SteamDumpAppInfo>(SteamDumpAppInfo.Definition, c => ((SteamDumpAppInfo)c).Run);
Expand Down
40 changes: 0 additions & 40 deletions Wabbajack.CLI/Verbs/SetNexusApiKey.cs

This file was deleted.

0 comments on commit e8eff20

Please sign in to comment.