Skip to main content

topic_reply

Function topic_reply 

Source
pub fn topic_reply(
    config: &Config,
    discourse_name: &str,
    topic_id: u64,
    local_path: Option<&Path>,
    dry_run: bool,
    format: ListFormat,
) -> Result<()>