pub async fn show_cmd_print<W: Write>( query: String, realm_query: RealmQueryProxy, writer: W, with_style: bool, ) -> Result<()>