All checks were successful
Run the JSON parser tests / test (push) Has been skipped
9 lines
188 B
C#
9 lines
188 B
C#
namespace Jtr.Tools.CLI;
|
|
|
|
public partial class JsonBeautifyCommand
|
|
{
|
|
public class CommandOptions : CLI.CommandOptions
|
|
{
|
|
public int IndentSize { get; init; }
|
|
}
|
|
} |