//! `zeroski me` — GET /api/me. Prints the server's identity response as
//! pretty JSON. No interpretation — this is the thinnest possible wrapper
//! so "what does the server think I am right now" is always one command.
use Result;
use Value;
use crateClient;
use crateConfig;
pub async