2020-05-08 01:19:04 -04:00
|
|
|
BUNDLE-OPEN(1) BUNDLE-OPEN(1)
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-05-08 01:19:04 -04:00
|
|
|
bundle open 'rack'
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Will open the source directory for the 'rack' gem in your bundle.
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-07-01 03:03:10 -04:00
|
|
|
July 2020 BUNDLE-OPEN(1)
|