docs: document extra_args provider field

This commit is contained in:
Barrett Ruth 2026-03-05 22:07:53 -05:00
parent 7f1f8f8d65
commit 3b15ed7c6c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -68,6 +68,10 @@ Provider fields: ~
receives a |preview.Context| and
returns a string[].
{extra_args} (string[]|function) Appended to {args} after evaluation.
Useful for adding flags to a preset
without replacing its defaults.
{cwd} (string|function) Working directory. If a function,
receives a |preview.Context|.
Default: git root or file directory.