diff --git a/ReCodeItCLI/Commands/AutoMatcher.cs b/ReCodeItCLI/Commands/AutoMatcher.cs index df21588..fc4ec33 100644 --- a/ReCodeItCLI/Commands/AutoMatcher.cs +++ b/ReCodeItCLI/Commands/AutoMatcher.cs @@ -27,6 +27,12 @@ public class AutoMatchCommand : ICommand DataProvider.IsCli = true; DataProvider.LoadAppSettings(); + var remapperSettings = DataProvider.Settings!.Remapper!.MappingSettings; + + remapperSettings!.RenameFields = true; + remapperSettings.RenameProperties = true; + remapperSettings.Publicize = true; + Logger.LogSync("Finding match..."); var remaps = new List();