diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-30 14:19:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-31 19:09:29 +0300 |
commit | d268ff193e240751485bb6ff01268d45c21548ed (patch) | |
tree | 91663b3f26f18fc4bc8178bcdfcec8a1b9e42fd1 /doc | |
parent | 235d44e374864005502c3591c5787c115845e1de (diff) |
Document default options files for remaining commands
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,8 @@ 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 -# NOTE: remember to update a similar list in buildfile as well as in bdep.cli. +# NOTE: remember to update a similar list in buildfile and bdep.cli as well as +# 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" |