n4n5/commands/mod.rs
/// Module for the `movies` subcommand.
pub mod movies;
/// Module for the `sync` subcommand.
pub mod sync;
/// Module for the `config` subcommand.
pub mod config;
/// Module for the `gh` subcommand.
/// See [`crate::commands::gh::lib`] for more information.
pub mod gh;
/// Module for the `music` subcommand.
pub mod music;