// file : bpkg/pkg-uninstall.cli // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\section=1" "\name=bpkg-pkg-uninstall" "\summary=uninstall package" namespace bpkg { { " ", "\h|SYNOPSIS| \c{\b{bpkg pkg-uninstall}|\b{uninstall} [] [] ( [])...} \h|DESCRIPTION| The \cb{pkg-uninstall} command uninstalls one or more packages that were previously installed with \l{bpkg-pkg-install(1)}. Underneath, this command doesn't do much more than run \cb{b uninstall}. Additional command line variables (, normally \cb{config.*}) can be passed to the build system by either specifying them before the packages, in which case they apply to the whole configuration, or after a specific package, in which case they apply only to this package. See \l{bpkg-pkg-install(1)} for some examples." } class pkg_uninstall_options: configuration_options { "\h|PKG-UNINSTALL OPTIONS|" }; }