Sha256: d234a0e2e2a0bbecdcbc8197bdc8dd241bb7479e58d5d84fc4fd1b3f33db7b58
Contents?: true
Size: 416 Bytes
Versions: 2
Compression:
Stored size: 416 Bytes
Contents
require 'command' require 'commands/look' require 'lookfile' # Command 'lookfile update' implementation class Update < Command def self.options_messages %( update \t $ lookfile update \t\t - Update files to lookfile and push to repository ) end def self.command_name 'update' end def self.parent Look end def self.run(*) message = Lookfile.update puts message end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lookfile-0.1.1 | lib/commands/update.rb |
lookfile-0.1.0 | lib/commands/update.rb |