9 lines
201 B
C#
9 lines
201 B
C#
namespace DevDisciples.Json.Tools.CLI;
|
|
|
|
public partial class JsonPrettifyCommand
|
|
{
|
|
public class CommandOptions : CLI.CommandOptions
|
|
{
|
|
public int IndentSize { get; set; }
|
|
}
|
|
} |