func handleRemoteSelf(ctx *cli.Context, client *daemon.Client) error { re, err := client.RemoteSelf() if err != nil { return ExitCode{ UnknownError, fmt.Sprintf("Unable to list remote self information: %v", err), } } printRemoteEntry(re) return nil }