10 lines
255 B
C#
10 lines
255 B
C#
namespace DevDisciples.Json.Tools.CLI;
|
|
|
|
public partial class Json2CSharpCommand
|
|
{
|
|
public class CommandOptions : CLI.CommandOptions
|
|
{
|
|
public string? RootClassName { get; set; }
|
|
public string? Namespace { get; set; }
|
|
}
|
|
} |