// file : bpkg/pkg-disfigure-options.cli // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; /* "\section=1" "\name=bpkg-pkg-disfigure" "\h{SYNOPSIS} bpkg pkg-disfigure []" "\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: common_options { dir_path --directory|-d (".") { "", "Assume configuration is in rather than in the current working directory." }; }; }