treewide: unify command processing and improve error handling

This commit is contained in:
raf 2025-06-12 18:58:22 +03:00
commit 69f69ece07
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 331 additions and 163 deletions

View file

@ -39,6 +39,7 @@
//! Default path for the MPV IPC socket: `/tmp/mpvsocket`
//!
pub mod commands;
pub mod interactive;
use serde_json::{Value, json};