// file : bpkg/pkg-disfigure.cli // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\section=1" "\name=bpkg-pkg-disfigure" "\summary=disfigure package" namespace bpkg { { " ", "\h|SYNOPSIS| \c{\b{bpkg pkg-disfigure} [] } \h|DESCRIPTION| The \cb{pkg-disfigure} command disfigures the previously configured (via \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) package and returns it to the \cb{unpacked} state." } class pkg_disfigure_options: configuration_options { "\h|PKG-DISFIGURE OPTIONS|" }; }