module Ancor::CLI

Constants

VERSION

Public Class Methods

start() click to toggle source
# File lib/ancor/cli.rb, line 20
def self.start
  Front.start(ARGV)
end