1 2 3 4 5 6
//! # Move Links //! CLI utility to move (or rename) your files to a new location and //! redirect all of its symbolic links, to the new path (or name). pub mod cli_utils; pub mod paths;
1 2 3 4 5 6
//! # Move Links //! CLI utility to move (or rename) your files to a new location and //! redirect all of its symbolic links, to the new path (or name). pub mod cli_utils; pub mod paths;