n4n5/commands/
mod.rs

1
2
3
4
5
6
7
//! This module contains all the commands that can be executed.

pub(crate) mod config;
pub(crate) mod gh;
pub(crate) mod movies;
pub(crate) mod music;
pub(crate) mod sync;