diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-06 08:28:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-06 08:28:53 +0200 |
commit | 7cc8afb67fecf61994ad6c345559617f374e9d20 (patch) | |
tree | f48380539e68c44c935160a1fc0552e5b4bb8916 /doc | |
parent | fce9d3ac79e3ec628baab107b3e71ff815721951 (diff) |
Add argument grouping support for dependencies in bdep-{sync,init}cluster-sync
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ compile "bdep" $o --output-prefix "" --class-doc bdep::commands=short --class-do # the help topics sections in bdep/buildfile and help.cxx. # pages="new help init sync fetch status ci release publish deinit config test \ -update clean projects-configs default-options-files" +update clean projects-configs argument-grouping default-options-files" for p in $pages; do compile $p $o |