Class: Look

Inherits:
Command show all
Defined in:
lib/commands/look.rb

Overview

Command ‘lookfile’ implementation

Class Method Summary collapse

Methods inherited from Command

childrens?, run, run_childrens, usage, usage_header

Class Method Details

.childrensObject



23
24
25
# File 'lib/commands/look.rb', line 23

def self.childrens
  [Init, Add, Push, Status, Show, SetRepository]
end

.command_nameObject



15
16
17
# File 'lib/commands/look.rb', line 15

def self.command_name
  'lookfile'
end

.options_messagesObject



11
12
13
# File 'lib/commands/look.rb', line 11

def self.options_messages
  ''
end

.parentObject



19
20
21
# File 'lib/commands/look.rb', line 19

def self.parent
  nil
end