mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Pass command args manually to cli entrypoint instead of parsing from environment
This commit is contained in:
parent
e3a7fd9246
commit
3bf2458774
2 changed files with 3 additions and 3 deletions
|
|
@ -8,5 +8,5 @@ compile_error!("At least one tls feature must be activated");
|
|||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
crunchy_cli_core::cli_entrypoint().await
|
||||
crunchy_cli_core::main(&std::env::args().collect::<Vec<String>>()).await
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue