pub fn topic_value_to_string(value: Value) -> Result<String, ShellError>Expand description
Convert a topic argument to the comma-separated string form used by
ReadOptions::topic. Accepts a string (commas allowed) or a list of
strings (joined with commas).