Pass &args by reference to command.args in ProcessManager::spawn to avoid moving args before the log::info! statement, and prefix unused _app variable in parse_ti2_header.
Pass `&args` by reference to `command.args` in `ProcessManager::spawn` to avoid moving `args` before the `log::info!` statement, and prefix unused `_app` variable in `parse_ti2_header`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Pass
&argsby reference tocommand.argsinProcessManager::spawnto avoid movingargsbefore thelog::info!statement, and prefix unused_appvariable inparse_ti2_header.