1 2 3 4 5 6 7
//! This module contains all the commands that can be executed. pub(crate) mod gh; pub(crate) mod movies; pub(crate) mod shortcuts; pub(crate) mod sync; pub(crate) mod utils;