diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-07-19 19:26:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-07-20 17:30:05 +0300 |
commit | d4c243bde6d3043b6e04adf249f13e8275ddd528 (patch) | |
tree | 361d57156be541189442a9e868c0b878e8f6ea20 /doc/cli.sh | |
parent | 5d513688ae07d96910dd1eef83bdad4e9d780373 (diff) |
Add support for cfg-info
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -78,11 +78,11 @@ compile "pkg-build" $o --class-doc bpkg::pkg_build_pkg_options=exclude-base # 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 cfg-link 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 default-options-files" +pages="cfg-create cfg-info cfg-link 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 default-options-files" for p in $pages; do compile $p $o |