Class: Nib::UnrecognizedHelp

Inherits:
Object
  • Object
show all
Defined in:
lib/nib/unrecognized_help.rb

Class Method Summary collapse

Class Method Details

.execute(_, _) ⇒ Object



2
3
4
5
6
7
8
9
10
11
# File 'lib/nib/unrecognized_help.rb', line 2

def self.execute(_, _)
  puts <<-MESSAGE.strip_heredoc

    Note:
      Unrecognized commands will be delegated to docker-compose.
      For example the following are equivalent:
        nib start
        docker-compose start
  MESSAGE
end