format, implement unixsocket rpc

This commit is contained in:
2025-05-31 08:26:03 +03:00
parent 9b3ac150bd
commit 37f9ab78ec
34 changed files with 1435 additions and 445 deletions

View File

@@ -200,4 +200,3 @@ pub fn (mut plbook PlayBook) empty_check() ! {
return error('There are actions left to execute, see below:\n\n${msg}\n\n')
}
}