struct Obsctl::Domain::ReloadConfigCommand

Overview

Requests the server to reload config from disk.

Defined in:

obsctl/domain/command.cr

Instance Method Summary

Instance methods inherited from struct Obsctl::Domain::Command

initialize initialize, ipc_name : String | Nil ipc_name, percent : Int32 | Nil percent, target : String | Nil target

Constructor methods inherited from struct Obsctl::Domain::Command

new new

Instance Method Detail

def ipc_name : String | Nil #
Description copied from struct Obsctl::Domain::Command

IPC command name, or nil for commands resolved entirely client-side.


[View source]