rill
rill copied to clipboard
Flag missing or Document error
Describe the bug
For a developer, the command to start rill is given as ./rill start --project dev-project. The issue with this is there is no such flag as project against the start command. Either it is a document error which it seems to be.
To Reproduce Steps to reproduce the behavior:
- Run this command:
./rill start --project dev-project(Make sure you have the binary build as per the ReadME in CLI.)
Expected behavior
I expected for rill to start from the dev-project location. But instead I get the error as this:
Error: unknown flag: --project
Screenshots
Current Document
Desktop (please complete the following information):
- OS: MacOS Sonoma 14.3.1
- Browser: Brave Browser
- Version: Running Github Code
Additional context
I have added a PR #4253 for the fix. Thank You
Closed via #4253