From f146720a3800fa2a9025a7326e0f0a2ce9048364 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Sep 2015 07:58:04 +0200 Subject: Implement pkg-clean command --- bpkg/pkg-clean-options.cli | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bpkg/pkg-clean-options.cli (limited to 'bpkg/pkg-clean-options.cli') diff --git a/bpkg/pkg-clean-options.cli b/bpkg/pkg-clean-options.cli new file mode 100644 index 0000000..c9d9bca --- /dev/null +++ b/bpkg/pkg-clean-options.cli @@ -0,0 +1,27 @@ +// file : bpkg/pkg-clean-options.cli +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +/* +"\section=1" +"\name=bpkg-pkg-clean" + +"\h{SYNOPSIS} + +bpkg pkg-clean " + +"\h{DESCRIPTION} + +The \cb{pkg-clean} command cleans the previously configured +(\cb{pkg-configure}) package. Underneath, this command doesn't +do much more than run (\cb{b clean})." +*/ + +namespace bpkg +{ + class pkg_clean_options: pkg_common_options + { + }; +} -- cgit v1.1