summaryrefslogtreecommitdiffstats
path: root/src/subcommands/mod.rs
blob: f115910f8e84e56b5ce1bf326e8cd4b54da5a1e7 (plain)
1
2
3
4
5
6
pub mod diff;
pub mod list_syntax_themes;
mod sample_diff;
pub mod show_config;
pub mod show_syntax_themes;
pub mod show_themes;