Commit 2e9de2c
committed
hooks.py(fix[show_hooks]): Remove invalid ignore_errors parameter
why: tmux show-hooks does not accept -q flag.
Verified against ~/study/c/tmux/cmd-show-options.c:67 which shows
show-hooks accepts "gpt:w" only.
what:
- Remove ignore_errors parameter from show_hooks() signature
- Remove ignore_errors flag handling code
- Remove ignore_errors from docstring parameters1 parent 561b9a5 commit 2e9de2c
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | 246 | | |
248 | 247 | | |
249 | 248 | | |
| |||
253 | 252 | | |
254 | 253 | | |
255 | 254 | | |
256 | | - | |
257 | | - | |
258 | 255 | | |
259 | 256 | | |
260 | 257 | | |
| |||
296 | 293 | | |
297 | 294 | | |
298 | 295 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | 296 | | |
304 | 297 | | |
305 | 298 | | |
| |||
0 commit comments