fmtna 1.0.3

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

mod cli;
mod data;
mod engine;
pub use cli::RevertCli;
pub use engine::get_engine;