-
Notifications
You must be signed in to change notification settings - Fork 262
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
feat: --no-git
to cargo shuttle init
#1501
Conversation
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.
The changes are looking good! Since this change is so simple, I would say it could pass without testing at all 😅 . For the sake of it, you can check it manually with just cargo run -p cargo-shuttle -- init ...
Co-authored-by: jonaro00 <[email protected]>
sure 😃 |
Hey @dhruvdabhi101, thanks for this! It looks like you also need to run a |
Yeah, I'll do that ASAP. : ) |
* add: --no-git flag while cargo shuttle init command * ref: fixed some fmt issues * chore: Update args.rs ( rephrasing to make docs simple ) Co-authored-by: jonaro00 <[email protected]> * chore: fmt fixes --------- Co-authored-by: jonaro00 <[email protected]>
Description of change
InitArgs
struct.generate_project
function--no-git
flag can workCloses #1497
How has this been tested? (if applicable)