-
Notifications
You must be signed in to change notification settings - Fork 13
Added cli feature for rustcoder #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…odels, and update .gitignore for venv
|
@Acuspeedster @juntao can you plzz test it |
Acuspeedster
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the CLI functionality 🙌, that’s a great addition!
To make sure these commands are always verified, could you also add a CI pipeline step (e.g., GitHub Actions) that runs and tests the new CLI commands?
That way we’ll automatically catch regressions if future changes break the CLI.
|
@Acuspeedster i will complete it by tomorrow, still so many fixes are left |
…verification, improving error handling, and validating JSON outputs for various commands.
Acuspeedster
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@juntao It looks good to me.
|
Thanks! |
Add CLI documentation to README, include AskRequest and AskResponse models, and update .gitignore for venv.
I have checked all cli commands its working correctly also i have added readme for you to test it