fix: extract inline environment variables

This commit is contained in:
iff 2025-04-06 16:34:13 +02:00
parent 69a05ef574
commit f452f7196f
3 changed files with 30 additions and 0 deletions

View file

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Parsing command environment variables (e.g. `LANG=ja_JP.UTF-8 pacman` will work as intended)
- Not getting `command-not-found`'s output as it goes into `stderr`
## [0.7.0] - 2025-04-05