diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-26 13:33:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-26 13:33:01 +0200 |
commit | 14f56876f64e7557ef695633b31e9a1c093f9c3e (patch) | |
tree | e47c6d10dd4462bf87e3acd613b5051f3ff791b5 /doc | |
parent | 07e22c767ea732368305a693e98122c147031c36 (diff) |
Implement pkg-test|test command
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ compile "bpkg" $o --output-prefix "" --suppress-undocumented --class-doc bpkg::c pages="cfg-add cfg-create cfg-fetch help pkg-build pkg-clean pkg-configure \ pkg-disfigure pkg-drop pkg-fetch pkg-install pkg-purge pkg-status \ -pkg-uninstall pkg-unpack pkg-update pkg-verify rep-create rep-info" +pkg-test pkg-uninstall pkg-unpack pkg-update pkg-verify rep-create rep-info" for p in $pages; do compile $p $o |