From 4f6abb0576e810b37d56ad3cafc67fac84682ec2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Mar 2018 15:24:48 +0200 Subject: Implement status command --- bdep/buildfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bdep/buildfile') diff --git a/bdep/buildfile b/bdep/buildfile index 3bda74b..75f5320 100644 --- a/bdep/buildfile +++ b/bdep/buildfile @@ -23,6 +23,7 @@ new-options \ init-options \ sync-options \ fetch-options \ +status-options \ config-options exe{bdep}: {hxx ixx txx cxx}{** -{$options_topics} -*-odb -version} \ @@ -58,9 +59,9 @@ if $cli.configured cli.cxx{init-options}: cli{init} cli.cxx{sync-options}: cli{sync} cli.cxx{fetch-options}: cli{fetch} + cli.cxx{status-options}: cli{status} cli.cxx{config-options}: cli{config} - # Option length must be the same to get commands/topics/options aligned. # cli.options += -I $src_root --include-with-brackets --include-prefix bdep \ -- cgit v1.1