Class: Nib::UnrecognizedHelp
- Inherits:
-
Object
- Object
- Nib::UnrecognizedHelp
- 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 "\n Note:\n Unrecognized commands will be delegated to docker-compose.\n For example the following are equivalent:\n nib start\n docker-compose start\n MESSAGE\nend\n".strip_heredoc |