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:
@@ -16,7 +16,7 @@ namespace RombaSharp.Features
|
||||
public Dir2Dat()
|
||||
{
|
||||
Name = Value;
|
||||
Flags = new List<string>() { "dir2dat" };
|
||||
Flags = ["dir2dat"];
|
||||
Description = "Creates a DAT file for the specified input directory and saves it to the -out filename.";
|
||||
_featureType = ParameterType.Flag;
|
||||
LongDescription = "Creates a DAT file for the specified input directory and saves it to the -out filename.";
|
||||
|
||||
Reference in New Issue
Block a user