refactor: default header to static

This commit is contained in:
Benex254
2024-08-11 11:21:47 +03:00
parent b4cbb57f29
commit 45ccaec458

View File

@@ -138,7 +138,7 @@ class FZF:
self,
fzf_input: list[str],
prompt: str,
header: str,
header: str = HEADER,
preview: str | None = None,
expect: str | None = None,
validator: Callable | None = None,