Module: LicenseFinder::CLI::Subcommand

Included in:
Approvals, Blacklist, Dependencies, IgnoredDependencies, IgnoredGroups, Licenses, ProjectName, Whitelist
Defined in:
lib/license_finder/cli/patched_thor.rb

Overview

Thor fix for ‘license_finder <subcommand> help <action>`

Instance Method Summary collapse

Instance Method Details

Hack to override the help message produced by Thor. github.com/wycats/thor/issues/261#issuecomment-16880836



16
17
18
# File 'lib/license_finder/cli/patched_thor.rb', line 16

def banner(command, namespace = nil, subcommand = nil)
  "#{basename} #{underscore_name(name)} #{command.usage}"
end