From c93f35d82794aac1948d36e50ce9709e354ef234 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 16 May 2011 13:58:52 +0100 Subject: Add --exclude option. --- summain | 3 +++ 1 file changed, 3 insertions(+) (limited to 'summain') diff --git a/summain b/summain index de62c4b..99719d6 100755 --- a/summain +++ b/summain @@ -29,6 +29,9 @@ class Summain(cliapp.Application): 'print paths relative to arguments') self.settings.add_boolean_setting(['mangle-paths', 'm'], 'mangle (obfuscate) paths') + self.settings.add_string_list_setting(['exclude'], + 'do not output or compute FIELD', + metavar='FIELD') def files(self, root): if os.path.isdir(root): -- cgit v1.2.1