Does returning a json solve you problem?
something like
ubuntu-emulator list --verbose
[ { "arch": "armhf", "adbPort": 8000, "name": "myinstance", "version": "302", "extendedVersion": "ubuntu=.*," }, { ... } ]
am I missing anything?
Does returning a json solve you problem?
something like
ubuntu-emulator list --verbose
[ rsion": "ubuntu=.*,"
{
"arch": "armhf",
"adbPort": 8000,
"name": "myinstance",
"version": "302",
"extendedVe
},
{
...
}
]
am I missing anything?