From cae11509203061e894e6310c35ea50ae818af3a7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Sep 2015 06:59:28 +0200 Subject: Implement pkg-update command --- bpkg/pkg-update-options.cli | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bpkg/pkg-update-options.cli (limited to 'bpkg/pkg-update-options.cli') diff --git a/bpkg/pkg-update-options.cli b/bpkg/pkg-update-options.cli new file mode 100644 index 0000000..e9fbbb2 --- /dev/null +++ b/bpkg/pkg-update-options.cli @@ -0,0 +1,33 @@ +// file : bpkg/pkg-update-options.cli +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +/* +"\section=1" +"\name=bpkg-pkg-update" + +"\h{SYNOPSIS} + +bpkg pkg-update " + +"\h{DESCRIPTION} + +The \cb{pkg-update} command updates the previously configured +(\cb{pkg-configure}) package. Underneath, this command doesn't +do much more than run (\cb{b update})." +*/ + +namespace bpkg +{ + class pkg_update_options: common_options + { + dir_path --directory|-d (".") + { + "", + "Assume configuration is in rather than in the current working + directory." + }; + }; +} -- cgit v1.1