From 7ea85767a2b0dd7d16f60f83a194ff05a2e2f619 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Mar 2024 07:12:37 +0200 Subject: Add third-party sub-option to bdep-new --type empty option --- bdep/new.cli | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bdep/new.cli') diff --git a/bdep/new.cli b/bdep/new.cli index b9d308a..7bbfe8f 100644 --- a/bdep/new.cli +++ b/bdep/new.cli @@ -479,6 +479,12 @@ namespace bdep An empty project that can be filled with packages (see \cb{--package}). Recognized empty project sub-options:| + \li|\n\ \ \ \cb{third-party} + + Create a project for converting an existing third-party project to + \cb{build2}. This sub-option adjusts the generated \cb{README.md} + template wording to reflect such a conversion.| + \li|\n\ \ \ \cb{no-readme} See \cb{common} sub-options below.|| @@ -695,6 +701,7 @@ namespace bdep class cmd_new_empty_options { + bool third-party; bool no-readme; }; -- cgit v1.1