huskies: merge 927

This commit is contained in:
dave
2026-05-12 17:49:44 +00:00
parent b8945654bf
commit 03a99b3cf1
33 changed files with 119 additions and 25 deletions
+1
View File
@@ -24,6 +24,7 @@ pub(crate) struct CliArgs {
}
/// Parse CLI arguments into `CliArgs`, or exit early for `--help` / `--version`.
#[allow(clippy::string_slice)] // all slices use ASCII prefix lengths (e.g. "--port=".len()), always valid
pub(crate) fn parse_cli_args(args: &[String]) -> Result<CliArgs, String> {
let mut port: Option<u16> = None;
let mut path: Option<String> = None;