Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Print remembered options during bundle install #2177

Closed
rohitarondekar opened this issue Nov 23, 2012 · 2 comments
Closed

Print remembered options during bundle install #2177

rohitarondekar opened this issue Nov 23, 2012 · 2 comments

Comments

@rohitarondekar
Copy link
Contributor

This originated in #2020

The format as suggested by André Arko

$ bundle install --without libv8 --path vendor/bundle
[...]

$ bundle
bundle install --without libv8 --path vendor/bundle
Using rake (0.9.2.2)
@rohitarondekar
Copy link
Contributor Author

I'd like to combine the original suggestion with @indirect :

$ bundle install --without libv8 --path vendor/bundle
[...]

$ bundle
Using options from: path/to/config/file
    --without libv8 --path vendor/bundle

Using rake (0.9.2.2)

What do you think?

@xaviershay
Copy link
Contributor

Closing, this is covered elsewhere.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants