Skip to content

Commit

Permalink
chore: debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Oct 12, 2024
1 parent 394df50 commit 53a4fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/cli/bash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ impl Bash {
}

let parsed = usage::parse::parse(&spec, &args)?;
debug!("{parsed:?}");

let mut cmd = std::process::Command::new("bash");
cmd.stdin(Stdio::inherit());
Expand Down

0 comments on commit 53a4fe4

Please sign in to comment.