class Braintree::CLI

Overview

TODO singilton

TODO remote as a method

Defined in:

cli.cr

Constant Summary

Log = ::Log.for("CLI")

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(input_io : IO = STDIN, data_io : IO = STDOUT, human_io : IO = STDERR) #

[View source]

Class Method Detail

def self.run #

[View source]

Instance Method Detail

def color? #

[View source]
def config #

[View source]
def data_io : IO #

[View source]
def data_tty? #

[View source]
def human_io : IO #

[View source]
def human_tty? #

[View source]
def input_io : IO #

[View source]
def input_tty? #

[View source]
def object_ids : Array(String) #

[View source]
def options : Hash(Symbol, String) #

[View source]
def profile : String #

[View source]
def run #

[View source]
def setup_null_output #

[View source]