mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
Feature/registry improvements (#2772)
* add build cli script for cross-building cli * sdk alpha.13 * registry improvements
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user