From 7d03940f6816329fa9ae131591717749bc76be5a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 30 Oct 2019 16:56:24 +0300 Subject: Document default options files for commands --- doc/cli.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/cli.sh') diff --git a/doc/cli.sh b/doc/cli.sh index 7ad18f4..47601ad 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -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 -- cgit v1.1