Discourse CLI tool for managing multiple Discourse forums: track installs, run upgrades over SSH, manage emojis, sync topics and categories as Markdown, and more.
// dsc places `#[cfg(test)] mod tests` next to the code it covers rather than
// at end-of-file, so allow that arrangement crate-wide (purely organizational).
#![allow(clippy::items_after_test_module)]pubmodapi;pubmodcli;pubmodcommands;pubmodconfig;pubmodutils;