# myfind ### like linux `find`, but faster and simpler wanted to try to make a cli with rust, so i "remade" find ### usage * `myfind [OPTIONS] `, path is the root path you would like to search within ##### options * `-e, --extension `: search for files of a specific extension * `--empty`: search for empty directories * `-f, --file `: file or directory to search for * `-V, --version`: show version info