| Module | Gitlab::CLI::Helpers |
| In: |
lib/gitlab/cli_helpers.rb
|
Defines methods related to CLI output and formatting.
Helper function to call Gitlab commands with args.
Renders the result of given commands and arguments into a Hash
@param [Array] data Resultset from the API call @param [String] cmd The command passed to the API @param [Array] args Options passed to the API call @param [bool] single_value If set to true, a single result should be returned @return [Hash] Result hash