Skip to content

Commit

Permalink
oh my god
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Dec 6, 2023
1 parent b0c57dd commit fdbf4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end-tests/src/bin/cli_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Unreachable = std::convert::Infallible;

#[tokio::main]
async fn main() -> Result<Unreachable> {
let mut args = std::env::args_os();
let mut args = std::env::args_os().skip(1);
let cli_path =
args.next().context("usage: cli_wrapper OXIDE_CLI ARGS...")?;
let client_params = ClientParams::new()?;
Expand Down

0 comments on commit fdbf4fd

Please sign in to comment.