Running a Flow
By default, Phlow will look for a `main.phlow` in the current directory:
phlow
To run a specific file:
phlow path/to/your-flow.phlow
If you provide a directory path and it contains a `main.phlow`, Phlow will automatically run that:
phlow path/to/directory
# → runs path/to/directory/main.phlow
Help
For all available options and usage info:
phlow -h
# or
phlow --help