aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new.cli')
-rw-r--r--bdep/new.cli30
1 files changed, 21 insertions, 9 deletions
diff --git a/bdep/new.cli b/bdep/new.cli
index 63c5c51..b188af9 100644
--- a/bdep/new.cli
+++ b/bdep/new.cli
@@ -195,16 +195,17 @@ namespace bdep
new project."
}
- dir_path --config-add|-A
+ dir_path --output-dir|-o
{
"<dir>",
- "Add an existing build configuration <dir>."
+ "Create the project in the specified directory."
}
- dir_path --config-create|-C
+ dir_path --directory|-d
{
"<dir>",
- "Create a new build configuration in <dir>."
+ "Assume the project is in the specified directory rather than in the
+ current working directory. Only used with \cb{--package}."
}
cmd_new_type --type|-t
@@ -232,17 +233,28 @@ namespace bdep
system-specific."
}
- dir_path --output-dir|-o
+ bool --no-amalgamation
+ {
+ "Create a project with disabled amalgamation support. This option is
+ normally only used for testing."
+ }
+
+ bool --no-checks
+ {
+ "Suppress nested project/package checks. This option is normally only
+ used for testing."
+ }
+
+ dir_path --config-add|-A
{
"<dir>",
- "Create the project in the specified directory."
+ "Add an existing build configuration <dir>."
}
- dir_path --directory|-d
+ dir_path --config-create|-C
{
"<dir>",
- "Assume project is in the specified directory rather than in the current
- working directory."
+ "Create a new build configuration in <dir>."
}
};