aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/bdep.cxx')
-rw-r--r--bdep/bdep.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx
index 9731aaa..3061650 100644
--- a/bdep/bdep.cxx
+++ b/bdep/bdep.cxx
@@ -530,7 +530,7 @@ try
// Temp dir is initialized manually for these commands.
//
- COMMAND_IMPL (new_, new, "new", false, false);
+ COMMAND_IMPL (new_, new, "new", true, false);
COMMAND_IMPL (sync, sync, "sync", false, false);
COMMAND_IMPL (init, init, "init", true, true);
@@ -540,7 +540,7 @@ try
COMMAND_IMPL (release, release, "release", false, true);
COMMAND_IMPL (publish, publish, "publish", false, true);
COMMAND_IMPL (deinit, deinit, "deinit", false, true);
- COMMAND_IMPL (config, config, "config", false, true);
+ COMMAND_IMPL (config, config, "config", true, true);
COMMAND_IMPL (test, test, "test", false, true);
COMMAND_IMPL (update, update, "update", false, true);
COMMAND_IMPL (clean, clean, "clean", false, true);