diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-09-27 19:32:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-09-28 11:23:43 +0300 |
commit | d3f7242eb9e0476fb0c1d3caf1c6cfdfebab63d1 (patch) | |
tree | 4d3b52e750d12c45315cf963580cde4b5969a5fe /mod/module.cli | |
parent | d33e656f1169bb6744ecb3418bed68340d0d3b97 (diff) |
Add support for explicit hidden target configuration class
Diffstat (limited to 'mod/module.cli')
-rw-r--r-- | mod/module.cli | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/module.cli b/mod/module.cli index ab72a9a..3fdd7e3 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -969,10 +969,13 @@ namespace brep class build_configs { + // By default, display all build configurations except those which + // belong to the 'hidden' class. + // // Note that the build-configs parameter is renamed to '_' by the root // handler (see the request_proxy class for details). // - string class_name | _ = "all"; + string class_name | _; // Display build configurations list starting from this page. // |