class Hyrb::CLI

Public Instance Methods

edit() click to toggle source
# File lib/hyrb/cli.rb, line 11
def edit
  Commands::Pipeline.new(Hyrb::Task).edit(Hyrb::DEFAULT_PATH)
end