struct Options

Defined in:

cli.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def chunk : String | Nil #

[View source]
def chunk=(chunk : String | Nil) #

[View source]
def compress : Bool #

[View source]
def compress=(compress : Bool) #

[View source]
def format : String | Nil #

[View source]
def format=(format : String | Nil) #

[View source]
def initialize #

[View source]
def input : String | Nil #

[View source]
def input=(input : String | Nil) #

[View source]
def output : String | Nil #

[View source]
def output=(output : String | Nil) #

[View source]
def show_timetamp : NamedTuple(x: Int32, z: Int32) | Nil #

[View source]
def show_timetamp=(show_timetamp : NamedTuple(x: Int32, z: Int32) | Nil) #

[View source]
def uncompress : Bool | Nil #

[View source]
def uncompress=(uncompress : Bool | Nil) #

[View source]