class SyntaxTree::CLI::Action
The parent action class for the CLI that implements the basics.
def failure
def failure end
def initialize(options)
def initialize(options) @options = options end
def run(item)
def run(item) end
def success
def success end