diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-06 08:28:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-06 10:57:44 +0200 |
commit | 09b1d3ff6e0d0db3210207b94c6106ea647e9318 (patch) | |
tree | 187d21d22955e145f1a8ffd376d773da4ad7b210 /doc/cli.sh | |
parent | 8f1a2ab7bd19e0f4bdf7f173c20078df96b0e12d (diff) |
Add argument grouping support for dependencies in bdep-{sync,init}
Diffstat (limited to 'doc/cli.sh')
-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 |