diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-10 10:34:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-10 10:34:31 +0200 |
commit | 023f1a286b7dfe80eb80a9e6924e492cf6f3f80a (patch) | |
tree | 6accbb5ccee95ae5cb7ba9f186b2694c9797b2d9 /doc | |
parent | e3133aa9628858bcfe414f95731831b5962358c7 (diff) |
Implement test, update, and clean commands
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |