mirror of
https://github.com/FalloutCollaborationProject/FCP-Mod-Updater.git
synced 2026-07-27 17:04:05 -07:00
Git Requirement Check
This commit is contained in:
@@ -9,6 +9,7 @@ app.Configure(config =>
|
||||
{
|
||||
config.SetApplicationName("fcp-mod-manager");
|
||||
config.SetApplicationVersion("1.0.0");
|
||||
config.SetInterceptor(new GitRequiredInterceptor());
|
||||
|
||||
config.AddCommand<ScanCommand>("scan")
|
||||
.WithDescription("Scan mods and show interactive menu (DEFAULT)")
|
||||
|
||||
Reference in New Issue
Block a user