radicle-heartwood-lfs/crates/radicle-cli-test/src
Lorenz Leutgeb 119445ce6c
cli-test: Move `let mut args` closer to its uses
In case a `cd` command is to be processed, no replacement of
environment variables in arguments is performed. This means that the
definition of `let mut args` and the replacement itself can be moved
closer to where `args` is then actually used, which is easier to
reason about.
2026-02-17 20:19:26 +01:00
..
lib.rs cli-test: Move `let mut args` closer to its uses 2026-02-17 20:19:26 +01:00