From 9e1330b726c5453755bcaffd1b746d5982357861 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 May 2018 11:48:23 +0200 Subject: Implement config-add and config-create subcommands --- bdep/config.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bdep/config.hxx') diff --git a/bdep/config.hxx b/bdep/config.hxx index 4ab8547..dc19ea1 100644 --- a/bdep/config.hxx +++ b/bdep/config.hxx @@ -39,6 +39,14 @@ namespace bdep // const char* cmd_config_validate_add (const configuration_add_options&); + + // Validate setting configuration name and/or id if specified. + // + void + cmd_config_validate_add (const configuration_name_options&, + const char* what, + optional& name, + optional id); } #endif // BDEP_CONFIG_HXX -- cgit v1.1