aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-24 11:27:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-24 11:27:37 +0200
commitefc78a6f3b0d1e0a2278ea5a7f2c502a6b4f00d0 (patch)
tree025990575942eb95ea128bed82afd58db12ab069 /bdep/new.cli
parent72711c8f7827bf53027979eec60c9c17fcba0293 (diff)
Document init, add --[no]-default
Diffstat (limited to 'bdep/new.cli')
-rw-r--r--bdep/new.cli14
1 files changed, 14 insertions, 0 deletions
diff --git a/bdep/new.cli b/bdep/new.cli
index 1e91b41..6bbf07e 100644
--- a/bdep/new.cli
+++ b/bdep/new.cli
@@ -121,5 +121,19 @@ namespace bdep
"Don't initialize a \cb{git(1)} repository inside the project nor
generate any \cb{.gitignore} files."
}
+
+ bool --default
+ {
+ "Make the added or created configuration the default. Only valid with
+ \cb{--config-add} or \cb{--config-create}, see \l{bdep-config(1)} for
+ details."
+ }
+
+ bool --no-default
+ {
+ "Don't make the first added or created configuration then default. Only
+ valid with \cb{--config-add} or \cb{--config-create}, see
+ \l{bdep-config(1)} for details."
+ }
};
}