mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Enforce nullability in RombaSharp program
This commit is contained in:
@@ -20,7 +20,7 @@ namespace RombaSharp.Features
|
||||
public Archive()
|
||||
{
|
||||
Name = Value;
|
||||
Flags = new List<string>() { "archive" };
|
||||
Flags = ["archive"];
|
||||
Description = "Adds ROM files from the specified directories to the ROM archive.";
|
||||
_featureType = ParameterType.Flag;
|
||||
LongDescription = @"Adds ROM files from the specified directories to the ROM archive.
|
||||
|
||||
Reference in New Issue
Block a user