All checks were successful
Run the JSON parser tests / test (push) Has been skipped
10 lines
243 B
C#
10 lines
243 B
C#
namespace Jtr.Tools.CLI;
|
|
|
|
public partial class Json2CSharpCommand
|
|
{
|
|
public class CommandOptions : CLI.CommandOptions
|
|
{
|
|
public string? RootClassName { get; init; }
|
|
public string? Namespace { get; init; }
|
|
}
|
|
} |