haxelib icon indicating copy to clipboard operation
haxelib copied to clipboard

Add json format for list command

Open bary12 opened this issue 6 years ago • 0 comments

The format of haxelib list is not trivial to parse. It would be useful to have a --json flag that prints a json format. for example:

[{ "name": "...", "installed_versions": ["1.0.0", "1.0.1"], "current_version": "1.0.1" }]

bary12 avatar Jan 07 '19 12:01 bary12