class Artifact::CLI

Public Class Methods

start() click to toggle source
# File lib/artifact/cli.rb, line 5
def self.start
  puts "Not ready yet, sorry"
  exit 1
end