forc-clean
Removes the default forc compiler output artifact directory, i.e. <project-name>/out. Also calls
cargo clean which removes the target directory generated by cargo when running tests
USAGE:
forc clean [OPTIONS]
OPTIONS:
-h, --help
Print help information
-p, --path <PATH>
Path to the project, if not specified, current working directory will be used
-v, --verbose
Use verbose output