fmtna 1.0.3

A CLI app to format filenames according to a chosen naming convention.
Documentation
1
2
3
4
5
6
7
8
9
//! Module for the exclude subcommand.

mod add;
mod cli;
mod del;
mod edit;
mod engine;
pub use cli::ExcludeCli;
pub use engine::get_engine;