namespace ZonyLrcTools.Cli; /// /// Marker class for CLI command localization resources. /// This class is used by IStringLocalizer<CommandStrings> to locate the resource files. /// The namespace must be the root namespace so that IStringLocalizer looks for Resources/CommandStrings.resx /// public class CommandStrings { }