$ facile -h
Usage: facile [options] [command]
Options:
-v, --version output the version number
-h, --help display help for command
Commands:
run [options] Execute the file in that path.
create <name> Create a new project.
Usage: facile run --directory [path] --port [port]
Execute the file in that path.
Options:
-d, --directory [path] Specifies the path. (default: "./src")
-p, --port [port] Specifies the port. (default: "8080")
Usage: facile create <name>
Create a new project.