Module Gitlab::Help
In: lib/gitlab/help.rb

Methods

Public Class methods

Table with available commands.

@return [Terminal::Table]

Massage output from ‘ri’.

Returns the (modified) help from the ‘ri’ command or returns an error.

@return [String]

A hash map that contains help topics (Branches, Groups, etc.) and a list of commands that are defined under a topic (create_branch, branches, protect_branch, etc.).

@return [Hash<Array>]

Returns full namespace of a command (e.g. Gitlab::Client::Branches.cmd)

Finds the location of ‘ri’ on a system.

@return [String]

[Validate]