-
Notifications
You must be signed in to change notification settings - Fork 487
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
Initialize all guards at once #227
Comments
Hi, yes it sounds like a good idea. Can you submit a pull request for that, it would be great! Thanks. |
Heya I spent a few hours on this but my coding is not up to scratch. Essentially, |
I think the only thing to accomplish here is too add all guards present in the Gemfile to the Guardfile if |
@rupert654 any news? |
Merged, thanks to @Maher4Ever ! |
When starting a new project, I'll often have several guards in my Gemfile and it sucks having to run
guard init
for each one.It would be useful if I could instead initialize them all at once.
I suggest that if
guard init
is not passed any parameters then:The text was updated successfully, but these errors were encountered: