From 7b6040a62b1f590c2e09564158f4b3ad3faadd9f Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Thu, 23 Jul 2015 08:58:30 -0700 Subject: gentoo-keys: Modify the cli base for the new gkeys-gpg gpg wrapper command gkeys-gpg needs options added to the base app without sub commands. --- gkeys-gen/gkeygen/cli.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gkeys-gen') diff --git a/gkeys-gen/gkeygen/cli.py b/gkeys-gen/gkeygen/cli.py index f522814..c0beb3b 100644 --- a/gkeys-gen/gkeygen/cli.py +++ b/gkeys-gen/gkeygen/cli.py @@ -32,6 +32,7 @@ class Main(CliBase): 'Actions': Actions, 'Available_Actions': Available_Actions, 'Action_Map': Action_Map, + 'Base_Options': [], 'prog': 'gkeys-gen', 'description': 'Gentoo Keys GPG key generator program', 'epilog': '''CAUTION: adding UNTRUSTED keys can be HAZARDOUS to your system!''' -- cgit v1.2.3-65-gdbad