cli: share HTTP helpers and improve schema guidance

This commit is contained in:
Gregory Schier
2026-02-22 16:03:05 -08:00
parent 443e1b8262
commit c31d477a90
10 changed files with 97 additions and 84 deletions

View File

@@ -0,0 +1,3 @@
pub fn cli_version() -> &'static str {
option_env!("YAAK_CLI_VERSION").unwrap_or(env!("CARGO_PKG_VERSION"))
}