From ac6df7a77682bf33b486d451c67ed9650bd9bc2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Sep 2015 16:12:31 +0200 Subject: Implement pkg-status, pkg-purge commands; start ad-hoc test --- bpkg/pkg-status-options.cli | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bpkg/pkg-status-options.cli (limited to 'bpkg/pkg-status-options.cli') diff --git a/bpkg/pkg-status-options.cli b/bpkg/pkg-status-options.cli new file mode 100644 index 0000000..700f5fa --- /dev/null +++ b/bpkg/pkg-status-options.cli @@ -0,0 +1,34 @@ +// file : bpkg/pkg-status-options.cli +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +/* +"\section=1" +"\name=bpkg-pkg-status" + +"\h{SYNOPSIS} + +bpkg pkg-status []" + +"\h{DESCRIPTION} + +The \cb{pkg-status} command prints the status of the specified +package or, if the argument is provided, package version. +Note that the status is written to \cb{STDOUT}, not \cb{STDERR}. +@@ TODO: output form and possible status values." +*/ + +namespace bpkg +{ + class pkg_status_options: common_options + { + dir_path --directory|-d (".") + { + "", + "Assume configuration is in rather than in the current working + directory." + }; + }; +} -- cgit v1.1