class Options

Overview

Command line options.

Defined in:

beets/beets.cr

Instance Method Summary

Instance Method Detail

def beets_path : String #

[View source]
def beets_path=(beets_path : String) #

[View source]
def bpm : Float64 | Nil #

[View source]
def bpm=(bpm : Float64 | Nil) #

[View source]
def channel : UInt8 | Nil #

[View source]
def channel=(channel : UInt8 | Nil) #

[View source]
def debug : Bool #

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

[View source]
def device_name_or_id : String | Nil #

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

[View source]
def list_devices : Bool #

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

[View source]
def transpose : Int32 | Nil #

[View source]
def transpose=(transpose : Int32 | Nil) #

[View source]