aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-clean-options.cli
blob: 007e5f8d77a95e720bdfd4080a45c34183736ecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// file      : bpkg/pkg-clean-options.cli
// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

include <bpkg/configuration-options.cli>;

"\section=1"
"\name=bpkg-pkg-clean"
"\summary=clean package"

/*
"\h{SYNOPSIS}

bpkg pkg-clean <pkg>..."

"\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: configuration_options
  {
  };
}