1//! Utility functions for CLI operations 2 3pub mod path; 4 5pub use path::{logical_path_for_file_input, path_to_forward_slash_string};