pub fn emit_data<T>(
command: CommandName,
payload: &T,
output: OutputFormat,
quiet: bool,
) -> Result<()>where
T: Serialize,pub fn emit_data<T>(
command: CommandName,
payload: &T,
output: OutputFormat,
quiet: bool,
) -> Result<()>where
T: Serialize,