forc-clean
Removes the default forc compiler output artifact directory, i.e. <project-name>/out
USAGE:
forc clean [OPTIONS]
OPTIONS:
-h
, --help
Print help information
-L
, --log-level
<LOG_LEVEL>
Set the log level
-p
, --path
<PATH>
Path to the project, if not specified, current working directory will be used
-s
, --silent
Silence all output
-v
, --verbose
Use verbose output
-V
, --version
Print version information
[33mEXAMPLES:[0m
Clean project
forc clean
Clean project with a custom path
forc clean --path