'f': 'files',
'h': 'hasuse',
'l': 'list_',
+ 'k': 'keywords',
'a': 'has',
'm': 'meta',
's': 'size',
(" (f)iles", "list all files installed by PKG"),
(" h(a)s", "list all packages for matching ENVIRONMENT data stored in /var/db/pkg"),
(" (h)asuse", "list all packages that have USE flag"),
+ (" (k)keywords", "display keywords for specified PKG"),
(" (l)ist", "list package matching PKG"),
(" (m)eta", "display metadata about PKG"),
(" (s)ize", "display total size of all files owned by PKG"),
--- /dev/null
+# Copyright 2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+import sys
+from ...gentoolkit.eshowkw import main as emain
+
+emain(sys.argv)