You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
show_help: only parse specific trees for help files
Change --root CLI param to --roots in order to accept a specific list
of root directories to traverse to look for help files (rather than a
single top-level root that contains all the directories that we want
to traverse -- but which also contains directories that we *don't*
want to traverse). Also, just for the heckuvit, parameterize the list
of subdirectories to skip (via --skip-dirs).
Using --roots prevents us from accidentally traversing into VPATH
build directories, for example, and finding PMIx and/or PRTE help
files.
Signed-off-by: Jeff Squyres <[email protected]>
0 commit comments