add json formatted list of remotes
Wherever a list of remotes is shown, --json now enables a json formatted list.
This commit is contained in:
parent
2f4d4d1c45
commit
5bc32c7f34
3 changed files with 27 additions and 12 deletions
|
@ -33,7 +33,7 @@ perform key = do
|
|||
if null uuids
|
||||
then stop
|
||||
else do
|
||||
pp <- prettyPrintUUIDs uuids
|
||||
pp <- prettyPrintUUIDs "whereis" uuids
|
||||
showLongNote pp
|
||||
showOutput
|
||||
next $ return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue