Class: Factor::CLI::ChannelTask

Inherits:
Command
  • Object
show all
Defined in:
lib/cli/channel_task.rb

Constant Summary

Constants inherited from Command

Factor::CLI::Command::CONFIG_FILE_DIR

Instance Method Summary collapse

Instance Method Details

#allObject



21
22
# File 'lib/cli/channel_task.rb', line 21

def all
end

#install(name) ⇒ Object



9
10
# File 'lib/cli/channel_task.rb', line 9

def install(name)
end

#listObject



17
18
# File 'lib/cli/channel_task.rb', line 17

def list
end

#uninstall(name) ⇒ Object



13
14
# File 'lib/cli/channel_task.rb', line 13

def uninstall(name)
end