I use Neovim with Plugin Coc
when I use :CocSearch /some pattern/ with option -A <number>
with that command, It opens Search results about files of directory
For example
:CocSearch /some pattern/ -A 20
I want to know "-A and number" option meaning
as far as I know, if I increase the number then I got more relative lines of the result (Vscode has same feature)
But until now I can't find documentation of this option