aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-clean.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-clean.cli')
-rw-r--r--bpkg/pkg-clean.cli23
1 files changed, 13 insertions, 10 deletions
diff --git a/bpkg/pkg-clean.cli b/bpkg/pkg-clean.cli
index 9452291..ffad75a 100644
--- a/bpkg/pkg-clean.cli
+++ b/bpkg/pkg-clean.cli
@@ -8,21 +8,24 @@ include <bpkg/configuration.cli>;
"\name=bpkg-pkg-clean"
"\summary=clean package"
-/*
-"\h{SYNOPSIS}
+namespace bpkg
+{
+ {
+ "<options> <pkg>",
-bpkg pkg-clean <pkg>..."
+ "\h|SYNOPSIS|
-"\h{DESCRIPTION}
+ \c{\b{bpkg pkg-clean}|\b{clean} [<options>] <pkg>...}
-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})."
-*/
+ \h|DESCRIPTION|
+
+ The \cb{pkg-clean} command cleans the previously configured
+ (via \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) package.
+ Underneath, this command doesn't do much more than run \cb{b clean}."
+ }
-namespace bpkg
-{
class pkg_clean_options: configuration_options
{
+ "\h|PKG-CLEAN OPTIONS|"
};
}