summaryrefslogtreecommitdiff
path: root/man/bundle-open.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-open.1.txt')
-rw-r--r--man/bundle-open.1.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/man/bundle-open.1.txt b/man/bundle-open.1.txt
deleted file mode 100644
index 46b441fb24..0000000000
--- a/man/bundle-open.1.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-BUNDLE-OPEN(1) BUNDLE-OPEN(1)
-
-
-
-NAME
- bundle-open - Opens the source directory for a gem in your bundle
-
-SYNOPSIS
- bundle open [GEM]
-
-DESCRIPTION
- Opens the source directory of the provided GEM in your editor.
-
- For this to work the EDITOR or BUNDLER_EDITOR environment variable has
- to be set.
-
- Example:
-
-
-
- bundle open 'rack'
-
-
-
- Will open the source directory for the 'rack' gem in your bundle.
-
-
-
- July 2020 BUNDLE-OPEN(1)