aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-disfigure-options.cli
blob: 0f6c45cd0b548e197028217b4dc07c33d84219c0 (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
// file      : bpkg/pkg-disfigure-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-disfigure"
"\summary=disfigure package"

/*
"\h{SYNOPSIS}

bpkg pkg-disfigure <pkg> [<ver>]"

"\h{DESCRIPTION}

The \cb{pkg-disfigure} command disfigures the previously configured
(\cb{pkg-configure}) package and returns it to the \cb{unpacked} state."
*/

namespace bpkg
{
  class pkg_disfigure_options: configuration_options
  {
  };
}