Re: [waffle] [PATCH 06/12] wflinfo: add option for JSON output

2016-06-14 Thread Chad Versace
On Thu 21 Apr 2016, Frank Henigman wrote: > On Fri, Apr 8, 2016 at 8:14 PM, Chad Versace wrote: > > On 01/06/2016 11:56 AM, Frank Henigman wrote: > I really hope we can keep this simple. > > I mentioned in the cover letter to this series that the next step is > to gut wflinfo and translate json

Re: [waffle] [PATCH 06/12] wflinfo: add option for JSON output

2016-04-21 Thread Frank Henigman
On Fri, Apr 8, 2016 at 8:14 PM, Chad Versace wrote: > On 01/06/2016 11:56 AM, Frank Henigman wrote: >> With "-f json" wflinfo will now print the result of >> waffle_display_info_json(). >> >> Signed-off-by: Frank Henigman >> --- >> src/utils/wflinfo.c | 40 ---

Re: [waffle] [PATCH 06/12] wflinfo: add option for JSON output

2016-04-08 Thread Chad Versace
On 01/06/2016 11:56 AM, Frank Henigman wrote: > With "-f json" wflinfo will now print the result of > waffle_display_info_json(). > > Signed-off-by: Frank Henigman > --- > src/utils/wflinfo.c | 40 > 1 file changed, 36 insertions(+), 4 deletions(-) > > d

[waffle] [PATCH 06/12] wflinfo: add option for JSON output

2016-01-06 Thread Frank Henigman
With "-f json" wflinfo will now print the result of waffle_display_info_json(). Signed-off-by: Frank Henigman --- src/utils/wflinfo.c | 40 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/src/utils/wflinfo.c b/src/utils/wflinfo.c index 268d