module DA_Dev::Watch

Extended Modules

Defined in:

da_dev/Watch.cr

Constant Summary

CMD_ERRORS = [] of Int32 | String
MTIMES = {} of String => Int64
PROCESSES = {} of Int32 => Process

Instance Method Summary

Instance Method Detail

def app_name #

[View source]
def default_cmd #

[View source]
def defunct?(pid : Int32) #

[View source]
def get(key) #

[View source]
def key(name) #

[View source]
def key #

[View source]
def kill_procs #

[View source]
def mtime(file) #

[View source]
def pid_file #

[View source]
def process_exists?(pid : Int32) #

[View source]
def process_still_running? #

[View source]
def push(key : String, cmd : String) #

[View source]
def push(key : String, cmd : Array(String)) #

[View source]
def push(cmd : String) #

[View source]
def push(cmd : Array(String)) #

[View source]
def push_error(cmd : String) #

[View source]
def reload #

[View source]
def run(args : Array(String)) #

[View source]
def run_cmd(args : Array(String)) #

[View source]
def run_file(file_name : String) #

[View source]
def run_last_file #

[View source]
def run_process(args : Array(String)) #

[View source]
def run_process_status #

[View source]
def set(key : String, val : String) #

[View source]
def shift(key : String) : String | Nil #

[View source]
def shift #

[View source]
def time #

[View source]
def tmp_out_da_dev_run #

[View source]
def tmp_out_da_dev_run_save #

[View source]
def watch #

[View source]