Class: SyntaxTree::CLI::Action

Inherits:
Object
  • Object
show all
Defined in:
lib/syntax_tree/cli.rb

Overview

The parent action class for the CLI that implements the basics.

Direct Known Subclasses

AST, Check, Debug, Doc, Format, Json, Match, Write

Instance Method Summary collapse

Instance Method Details

#failureObject



77
78
# File 'lib/syntax_tree/cli.rb', line 77

def failure
end

#run(item) ⇒ Object



71
72
# File 'lib/syntax_tree/cli.rb', line 71

def run(item)
end

#successObject



74
75
# File 'lib/syntax_tree/cli.rb', line 74

def success
end