2018-11-02 19:07:56 -04:00
|
|
|
BUNDLE-OPEN(1) BUNDLE-OPEN(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
NAME
|
|
|
|
bundle-open - Opens the source directory for a gem in your bundle
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
SYNOPSIS
|
|
|
|
bundle open [GEM]
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
DESCRIPTION
|
2018-11-02 19:07:56 -04:00
|
|
|
Opens the source directory of the provided GEM in your editor.
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
For this to work the EDITOR or BUNDLER_EDITOR environment variable has
|
2018-11-02 19:07:56 -04:00
|
|
|
to be set.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bundle open 'rack'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Will open the source directory for the 'rack' gem in your bundle.
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-01-08 02:11:52 -05:00
|
|
|
January 2020 BUNDLE-OPEN(1)
|