mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
sideload-by-url
This commit is contained in:
@@ -441,6 +441,12 @@ pub fn package<C: Context>() -> ParentHandler<C> {
|
||||
.with_metadata("get_session", Value::Bool(true))
|
||||
.no_cli(),
|
||||
)
|
||||
.subcommand(
|
||||
"sideload-url",
|
||||
from_fn_async(install::sideload_url)
|
||||
.with_metadata("sync_db", Value::Bool(true))
|
||||
.no_cli(),
|
||||
)
|
||||
.subcommand(
|
||||
"install",
|
||||
from_fn_async_local(install::cli_install)
|
||||
|
||||
Reference in New Issue
Block a user