aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-uninstall-options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-10 13:43:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-10 13:43:30 +0200
commit817ba792154689df004dbfff67d9ae54cc15584e (patch)
tree065cfd99acbe2c0772803f8f639f9d1f413fbc27 /bpkg/pkg-uninstall-options.cli
parentc927b2f2a9bcd8d2551759516725917b29903a28 (diff)
Add pkg-install|install and pkg-uninstall|uninstall commands
Diffstat (limited to 'bpkg/pkg-uninstall-options.cli')
-rw-r--r--bpkg/pkg-uninstall-options.cli31
1 files changed, 31 insertions, 0 deletions
diff --git a/bpkg/pkg-uninstall-options.cli b/bpkg/pkg-uninstall-options.cli
new file mode 100644
index 0000000..eff025c
--- /dev/null
+++ b/bpkg/pkg-uninstall-options.cli
@@ -0,0 +1,31 @@
+// file : bpkg/pkg-uninstall-options.cli
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+include <bpkg/configuration-options.cli>;
+
+"\section=1"
+"\name=bpkg-pkg-uninstall"
+"\summary=uninstall package"
+
+namespace bpkg
+{
+ {
+ "<options> <pkg>",
+
+ "\h|SYNOPSIS|
+
+ \c{\b{bpkg pkg-uninstall} [<options>] <pkg>...}
+
+ \h|DESCRIPTION|
+
+ The \cb{pkg-uninstall} command uninstalls one or more packages that were
+ previously installed with \l{bpkg-cfg-install(1)}. Underneath, this
+ command doesn't do much more than run \cb{b uninstall}."
+ }
+
+ class pkg_uninstall_options: configuration_options
+ {
+ "\h|PKG-UNINSTALL OPTIONS|"
+ };
+}