diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-02-09 15:46:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-02-21 04:46:55 +0200 |
commit | 5e004f94984476ddda74f90e8adaacd3c0871062 (patch) | |
tree | 5c5e4df4a4be02917d118d4cbd547ade87ff569b /doc | |
parent | eaebfcff492cf7f707b44a3d28620e786116faf1 (diff) |
Initial work on pkg-bindist command and Debian implementation
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -81,10 +81,10 @@ 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-info cfg-link cfg-unlink 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 \ +pages="cfg-create cfg-info cfg-link cfg-unlink help pkg-bindist 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 |