[Debtags-commits] [SCM] Command line debtags tool. branch, master, updated. 1.9-22-g59aa983
Enrico Zini
enrico at enricozini.org
Sat Apr 21 13:43:49 UTC 2012
The following commit has been merged in the master branch:
commit 766b19b23cc08805b3e32a50afe72606c45f4e6e
Author: Enrico Rossi <e.rossi at tecnobrain.com>
Date: Sat Apr 21 15:17:49 2012 +0200
Re-added the cat command erroneously removed.
Signed-off-by: Enrico Rossi <e.rossi at tecnobrain.com>
diff --git a/cmdline.h b/cmdline.h
index 390ea92..abd0b4d 100644
--- a/cmdline.h
+++ b/cmdline.h
@@ -97,6 +97,10 @@ public:
match_invert = matchOpts->add<BoolOption>("invert", 'i', "invert", "",
"invert the match, selecting non-matching items");
+ cat = addEngine("cat", "", "output the full package tag database");
+ cat->add(matchOpts);
+ cat->add(collOutputOpts);
+
check = addEngine("check", "<file>",
"check that all the tags in the given tagged collection are present "
"in the tag vocabulary. Checks the main database if no file is "
--
Command line debtags tool.
More information about the Debtags-commits
mailing list