[ls] add support for different output formats by vincetiu8 · Pull Request #403 · git-bug/git-bug

@vincetiu8 @MichaelMure

This adds an optional flag to the ls command that allows users to specify the format they wish to dump the output as. Currently, supported parameters are 'default', 'plain' and 'json'.

MichaelMure

@vincetiu8

This prints all the bugs in a JSON array instead of one by one.

MichaelMure