Project

General

Profile

Actions

Bug #15359

closed

Bundler help is not properly integrated

Added by vo.x (Vit Ondruch) over 5 years ago. Updated about 4 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.6.0dev (2018-11-26 trunk 65990) [x86_64-linux]
[ruby-core:90164]
Tags:

Description

Bundler has nice help, but it is a bit complex 1. It ideally needs man command installed but it definitely needs the help source files, which are not placed on proper location to be reachable by BUndler from StdLib. In that case, Bundler fallbacks to the simplest help provided by its Thor based CLI, but that is probably not the user experience integrated Bundler should provide.

For comparison, this is the official help:

 bundler --help
BUNDLE(1)							     BUNDLE(1)



NAME
       bundle - Ruby Dependency Management

... snip ...

OBSOLETE
       These commands are obsolete and should no longer be used

       o   bundle cache(1)

       o   bundle show(1)






				   July 2017			     BUNDLE(1)

and this is the help output provided by the bundled Bundler:

# bundler --help
Bundler commands:
  bundler add GEM VERSION         # Add gem to Gemfile and run bundle install

... snip ...

  bundler version                 # Prints the bundler's version information

Options:
      [--no-color]                 # Disable colorization in output
  -r, [--retry=NUM]                # Specify the number of times you wish to attempt network commands
  -V, [--verbose], [--no-verbose]  # Enable verbose output mode

Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #17778: Properly install Bundler man pagesThird Party's IssueActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0