summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-10 10:34:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-10 10:34:31 +0200
commit023f1a286b7dfe80eb80a9e6924e492cf6f3f80a (patch)
tree6accbb5ccee95ae5cb7ba9f186b2694c9797b2d9 /doc
parente3133aa9628858bcfe414f95731831b5962358c7 (diff)
downloadbdep-023f1a286b7dfe80eb80a9e6924e492cf6f3f80a.tar.gz
bdep-023f1a286b7dfe80eb80a9e6924e492cf6f3f80a.tar.xz
bdep-023f1a286b7dfe80eb80a9e6924e492cf6f3f80a.zip
Implement test, update, and clean commands
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/cli.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli.sh b/doc/cli.sh
index e51aacf..e75346d 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -60,7 +60,7 @@ o="--suppress-undocumented --output-prefix bdep- --class-doc bdep::common_option
compile "common" $o --output-suffix "-options" --class-doc bdep::common_options=long
compile "bdep" $o --output-prefix "" --class-doc bdep::commands=short --class-doc bdep::topics=short
-pages="new help init sync fetch status config projects-configs"
+pages="new help init sync fetch status config test update clean projects-configs"
for p in $pages; do
compile $p $o