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