[Bug/Request] #up prints raw json
the `C#up` (and maybe the other # commands?) print raw json
`A>>``C#up` `Ascam`
{`Nsuccess`:`Vfalse`,`Nmsg`:`V"``D:::TRUST COMMUNICATION:::` `V#up operation requires shift"`}
it would make more sense to see something like this
`D:::TRUST COMMUNICATION:::` #up operation requires shift
it's also weird to see an official trust comm inside a string in some json
`A>>``C#up` `Ascam`
{`Nsuccess`:`Vtrue`,`Nsecurity_level`:`V4`,`Nlength`:`V"12/3300"`,`Nis_public`:`Vfalse`}
when `C#up` succeeds, the json object includes some other properties, but it's in a format that looks like it was made for robots
might be better if we got something like
`LSuccess`
`Nsecurity_level`: `V4`
`Nlength`: `V12 / 3300`
`Nis_public`: `Vfalse`
instead (not so sure about the underscores or lower case)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This post has been deleted.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -