aboutsummaryrefslogtreecommitdiff
path: root/bdep/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-14 14:34:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-14 14:34:12 +0200
commit7acf8ce6111e3740decd39b92c3383fcbdd00e21 (patch)
tree2c9c6d75bbac9b3b8a4dc9e7b46df01ba0ca3bf2 /bdep/buildfile
parentc8f2a2c0776aee57af6af10d4a0128befbc1fdeb (diff)
Implement fetch command
Diffstat (limited to 'bdep/buildfile')
-rw-r--r--bdep/buildfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/bdep/buildfile b/bdep/buildfile
index 7559ed0..3bda74b 100644
--- a/bdep/buildfile
+++ b/bdep/buildfile
@@ -19,10 +19,11 @@ bdep-options \
common-options \
project-options \
help-options \
-config-options \
+new-options \
init-options \
sync-options \
-new-options
+fetch-options \
+config-options
exe{bdep}: {hxx ixx txx cxx}{** -{$options_topics} -*-odb -version} \
{hxx ixx cxx}{$options_topics} \
@@ -53,10 +54,12 @@ if $cli.configured
#
cli.cxx{help-options}: cli{help}
- cli.cxx{config-options}: cli{config}
+ cli.cxx{new-options}: cli{new}
cli.cxx{init-options}: cli{init}
cli.cxx{sync-options}: cli{sync}
- cli.cxx{new-options}: cli{new}
+ cli.cxx{fetch-options}: cli{fetch}
+ cli.cxx{config-options}: cli{config}
+
# Option length must be the same to get commands/topics/options aligned.
#