cli: set device name for remote control via CLI option (#3427)
* cli: set device name for remote control via CLI option * fix * add property in tests
This commit is contained in:
committed by
GitHub
parent
4af4fbae2b
commit
2d4e99d610
@@ -72,6 +72,7 @@ mkChatOpts :: DirectoryOpts -> ChatOpts
|
||||
mkChatOpts DirectoryOpts {coreOptions} =
|
||||
ChatOpts
|
||||
{ coreOptions,
|
||||
deviceName = Nothing,
|
||||
chatCmd = "",
|
||||
chatCmdDelay = 3,
|
||||
chatServerPort = Nothing,
|
||||
|
||||
Reference in New Issue
Block a user