From d268ff193e240751485bb6ff01268d45c21548ed Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 30 Oct 2019 14:19:56 +0300 Subject: Document default options files for remaining commands --- bdep/buildfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bdep/buildfile') diff --git a/bdep/buildfile b/bdep/buildfile index 7a14c51..7828fa6 100644 --- a/bdep/buildfile +++ b/bdep/buildfile @@ -36,7 +36,7 @@ test-options \ update-options \ clean-options -help_topics = projects-configs +help_topics = projects-configs default-options-files ./: exe{bdep}: {hxx ixx txx cxx}{+bdep} libue{bdep} @@ -125,7 +125,8 @@ if $cli.configured # Help topics. # - cli.cxx{projects-configs}: cli{projects-configs} + cli.cxx{projects-configs}: cli{projects-configs} + cli.cxx{default-options-files}: cli{default-options-files} # Option length must be the same to get commands/topics/options aligned. # @@ -153,7 +154,8 @@ if $cli.configured # Avoid generating CLI runtime and empty inline file for help topics. # - cli.cxx{projects-configs}: cli.options += --suppress-cli --suppress-inline + cli.cxx{projects-configs}: cli.options += --suppress-cli --suppress-inline + cli.cxx{default-options-files}: cli.options += --suppress-cli --suppress-inline # Include the generated cli files into the distribution and don't remove # them when cleaning in src (so that clean results in a state identical to -- cgit v1.1