class Doem::Cli

command line interface

Public Instance Methods

build(filename) click to toggle source
# File lib/doem/cli.rb, line 7
def build(filename)
  instruction = Instruction.from_file filename
  Doem.run instruction
end