Release 136
to Release 137
Command | Title |
---|---|
dev doc markdown | Generate messages from markdown source |
util json query
&dc_recipe.Recipe{
... // 17 identical fields
Reports: nil,
Feeds: nil,
Values: []*dc_recipe.Value{
&{Name: "Compact", Desc: "Compact output", Default: "false", TypeName: "bool", ...},
- &{
- Name: "Lines",
- Desc: "Read JSON Lines (https://jsonlines.org/) format",
- Default: "false",
- TypeName: "bool",
- },
&{Name: "Path", Desc: "File path", TypeName: "Path"},
&{Name: "Query", Desc: "Query string. ", TypeName: "string"},
},
GridDataInput: {},
GridDataOutput: {},
... // 2 identical fields
}