From 9accdefc33940d713828195313ca1a0eb0de030f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Sep 2015 07:50:38 +0200 Subject: Generalize pkg_update() to pkg_command() to be used for clean, test, etc --- bpkg/pkg-purge-options.cli | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'bpkg/pkg-purge-options.cli') diff --git a/bpkg/pkg-purge-options.cli b/bpkg/pkg-purge-options.cli index 8d7d61b..2341b74 100644 --- a/bpkg/pkg-purge-options.cli +++ b/bpkg/pkg-purge-options.cli @@ -2,7 +2,7 @@ // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -include ; +include ; /* "\section=1" @@ -26,15 +26,8 @@ this mode)." namespace bpkg { - class pkg_purge_options: common_options + class pkg_purge_options: pkg_common_options { - dir_path --directory|-d (".") - { - "", - "Assume configuration is in rather than in the current working - directory." - }; - bool --keep|-k { "Keep the package archive. Note that in this mode the package is -- cgit v1.1