Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid setting stdin handle when not necessary (helix-editor#3248)
* Avoid setting stdin handle when not necessary Avoid setting the stdin handle in `shell_impl` when the input argument is None. This permits to run commands with no stdin with :sh * refactoring to avoid code duplication * making clippy happy * Process variable name fix
- Loading branch information