Class: Vpsb::Commands::HelpMessages

Inherits:
Object
  • Object
show all
Defined in:
lib/vpsb/commands/help_messages.rb

Class Method Summary collapse

Class Method Details

.introObject



4
5
6
# File 'lib/vpsb/commands/help_messages.rb', line 4

def self.intro
  "Vpsb ver: #{VERSION}"
end

.showObject



12
13
14
15
16
17
18
19
20
# File 'lib/vpsb/commands/help_messages.rb', line 12

def self.show
  %{
Need help :D

commands:
  init <name> #name is optional when is present all files will be created in in folder that name

  }
end

.unknown_commandObject



8
9
10
# File 'lib/vpsb/commands/help_messages.rb', line 8

def self.unknown_command
  "Command unknown"
end