//! # 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).
pubmodcli_utils;pubmodpaths;pubstructConfig{pubverbose:bool,
}implConfig{pubfnnew(verbose:bool)-> Config{
Config { verbose }}}