class DYAutomate::Command::TaskFlow

Attributes

git_obj[RW]

查询结果lib信息

path[RW]

路径

Public Class Methods

new(argv) click to toggle source
Calls superclass method DYAutomate::Command::new
# File lib/DYAutomate/Command/taskFlow.rb, line 18
def initialize(argv)
  super
end

Public Instance Methods

run() click to toggle source
# File lib/DYAutomate/Command/taskFlow.rb, line 33
def run
  pp('git run ...',1)
end
validate!() click to toggle source
Calls superclass method
# File lib/DYAutomate/Command/taskFlow.rb, line 22
def validate!
  super
  # unless @name
  #   help! 'need the lib `NAME`.'
  # end

  # unless existGit?
  #   help! "at #{Dir.pwd},is not git"
  # end
end