Module: Branch::Name::TaskDefaultable

Included in:
CLI, Subcommands::Config, Subcommands::Delete, Subcommands::Init
Defined in:
lib/branch/name/task_defaultable.rb

Overview

Forces the default Thor task to be :help

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



8
9
10
# File 'lib/branch/name/task_defaultable.rb', line 8

def included(base)
  base.default_command :help
end