Should there be a --quiet
option for bundle add
?
#8154
Closed
jeromedalbert
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
I think it'd make sense, yes. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This was implemented through #8157. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
bundle install
has a--quiet
option to not print progress information to stdout.Similarly, should there be a
--quiet
option forbundle add
?I am asking because a couple weeks ago I fixed an issue in Rails where they were doing
bundle add --quiet
, which would error out since it wasn't a valid option: https://github.com/rails/rails/pull/53083/files. This made me wonder if such an option should be added tobundle add
.Beta Was this translation helpful? Give feedback.
All reactions