What is the format for the -F option of _path_files and compadd?
I'm passing several directories to _path_files:
_path_files -W "($base_directories)" -/
But some of those directory trees I don't want to complete for this particular command.
The documentation I can find for _path_files says it accepts a -F option—just like compadd, but I can't find the format to pass them in.
Twiddling around hasn't been very fruitful either.
I've tried, for example,
_path_files -W "($base_directories)" -/ -F shared; # shared still shows up
_path_files -W "($base_directories)" -/ -F "(shared)"; # barfs on that guy