class Slugforge::SubCommand

This class overrides banner, forcing the subcommand parameter to be true by default. This gets around a bug in Thor, and causes subcommands to properly display their parent command in the help text for the subcommand.

Public Class Methods

banner(command, namespace = nil, subcommand = true) click to toggle source
Calls superclass method