From 7acf8ce6111e3740decd39b92c3383fcbdd00e21 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Mar 2018 14:34:12 +0200 Subject: Implement fetch command --- bdep/buildfile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'bdep/buildfile') 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. # -- cgit v1.1