9 lines
197 B
C#
9 lines
197 B
C#
namespace DevDisciples.Json.Tools.CLI;
|
|
|
|
public partial class JsonPathCommand
|
|
{
|
|
public class CommandOptions : CLI.CommandOptions
|
|
{
|
|
public string PathExpression { get; init; }
|
|
}
|
|
} |