Feature/registry improvements (#2772)

* add build cli script for cross-building cli

* sdk alpha.13

* registry improvements
This commit is contained in:
Aiden McClelland
2024-11-05 20:38:52 -07:00
committed by GitHub
parent 020268fe67
commit b79c029f21
19 changed files with 636 additions and 89 deletions

View File

@@ -115,8 +115,7 @@ pub fn main_api<C: Context>() -> ParentHandler<C> {
let api = ParentHandler::new()
.subcommand(
"git-info",
from_fn(|_: RpcContext| version::git_info())
.with_about("Display the githash of StartOS CLI"),
from_fn(|_: C| version::git_info()).with_about("Display the githash of StartOS CLI"),
)
.subcommand(
"echo",