Module: LicenseFinder::CLI::Subcommand
- Included in:
- Approvals, Dependencies, IgnoredDependencies, IgnoredGroups, InheritedDecisions, Licenses, PermittedLicenses, ProjectName, RestrictedLicenses
- Defined in:
- lib/license_finder/cli/patched_thor.rb
Overview
Thor fix for ‘license_finder <subcommand> help <action>`
Instance Method Summary collapse
-
#banner(command, _namespace = nil, _subcommand = nil) ⇒ Object
Hack to override the help message produced by Thor.
Instance Method Details
#banner(command, _namespace = nil, _subcommand = nil) ⇒ Object
Hack to override the help message produced by Thor. github.com/wycats/thor/issues/261#issuecomment-16880836
18 19 20 |
# File 'lib/license_finder/cli/patched_thor.rb', line 18 def (command, _namespace = nil, _subcommand = nil) "#{basename} #{underscore_name(name)} #{command.usage}" end |