diff options
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -61,13 +61,14 @@ compile "bpkg" $o --output-prefix "" --suppress-undocumented --class-doc bpkg::c compile "pkg-build" $o --class-doc bpkg::pkg_build_pkg_options=exclude-base -# NOTE: remember to update a similar list in buildfile. +# NOTE: remember to update a similar list in buildfile and bpkg.cli as well as +# the help topics sections in bpkg/buildfile and help.cxx. # pages="cfg-create help pkg-clean pkg-configure pkg-disfigure \ pkg-drop pkg-fetch pkg-checkout pkg-install pkg-purge pkg-status pkg-test \ pkg-uninstall pkg-unpack pkg-update pkg-verify rep-add rep-remove rep-list \ rep-create rep-fetch rep-info repository-signing repository-types \ -argument-grouping" +argument-grouping default-options-files" for p in $pages; do compile $p $o |