// 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" "\summary=clean package" /* "\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: configuration_options { }; }