9 lines
202 B
C#
9 lines
202 B
C#
namespace DevDisciples.Json.Tools.CLI;
|
|
|
|
public partial class JsonBeautifyCommand
|
|
{
|
|
public class CommandOptions : CLI.CommandOptions
|
|
{
|
|
public int IndentSize { get; init; }
|
|
}
|
|
} |