refactor: clean up and restructure

This commit is contained in:
2025-02-16 01:10:48 -05:00
parent c4702a74f2
commit 645483c98f
15 changed files with 267 additions and 211 deletions

View File

@@ -9,6 +9,6 @@ pub struct Arguments {
pub script: Option<PathBuf>,
/// Socket address to bind HTTP server to
#[arg(short, long)]
pub address: Option<SocketAddr>,
#[arg(short = 'a', long)]
pub http_address: Option<SocketAddr>,
}