mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
fix filterbench deps and exit code defaults in docs
This commit is contained in:
parent
082d12b1f4
commit
3efedc3128
|
|
@ -33,8 +33,8 @@
|
|||
## Exit Codes
|
||||
|
||||
- 0 — success (lines selected)
|
||||
- 0 — cancel with `--on-cancel success`
|
||||
- 1 — cancel (default)
|
||||
- 0 — cancel (default, `--on-cancel success`)
|
||||
- 1 — cancel with `--on-cancel error`
|
||||
- Custom — from `--exec` command exit status
|
||||
|
||||
## Input
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ internal/buffer → line
|
|||
### Application
|
||||
- `peco` (root) → all above
|
||||
- `cmd/peco` → peco, internal/util
|
||||
- `cmd/filterbench` → filter
|
||||
- `cmd/filterbench` → peco (root), filter, line, pipeline
|
||||
|
||||
## External Dependencies
|
||||
- `github.com/gdamore/tcell/v2` — terminal UI (screen.go)
|
||||
|
|
|
|||
Loading…
Reference in a new issue