class TandaCLI::Configuration::File

Defined in:

tanda_cli/configuration/file.cr

Constant Summary

CONFIG_DIR = "#{Path.home}/.tanda_cli"
CONFIG_PATH = "#{CONFIG_DIR}/config.json"

Instance Method Summary

Instance methods inherited from class TandaCLI::Configuration::AbstractFile

close close, read : String | Nil read, write(content : String) write

Instance Method Detail

def close #

[View source]
def read : String | Nil #

[View source]
def write(content : String) #

[View source]