mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
chore: docs
This commit is contained in:
parent
7626c2278d
commit
29e0e42e54
2 changed files with 10 additions and 1 deletions
|
|
@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- `nix-index` panic by [jakobhellermann](https://github.com/iffse/pay-respects/pull/31)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Executables environment variable passed to modules is now limited to 100k characters
|
||||||
|
- Changed the format for multi-suggest
|
||||||
|
|
||||||
## [0.6.11]
|
## [0.6.11]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ When running your module, you will get the following environment variables:
|
||||||
- `_PR_COMMAND`: The command, without arguments
|
- `_PR_COMMAND`: The command, without arguments
|
||||||
- `_PR_LAST_COMMAND`: Full command with arguments
|
- `_PR_LAST_COMMAND`: Full command with arguments
|
||||||
- `_PR_ERROR_MSG`: Error message from the command
|
- `_PR_ERROR_MSG`: Error message from the command
|
||||||
- `_PR_EXECUTABLES`: A space (` `) separated list of executables in `PATH`
|
- `_PR_EXECUTABLES`: A space (` `) separated list of executables in `PATH`. Limited to 100k characters, empty if exceeded.
|
||||||
|
|
||||||
Your module should print:
|
Your module should print:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue