From adf7ee12b8986f41bd83457745435ecf73e156bb Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 19 May 2016 19:58:07 +0100 Subject: [PATCH] register commands --- yubi_lock/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yubi_lock/cli.py b/yubi_lock/cli.py index 97d5878..d07a984 100644 --- a/yubi_lock/cli.py +++ b/yubi_lock/cli.py @@ -11,7 +11,7 @@ logging.getLogger("requests").setLevel(logging.WARNING) class YubiLockCLI(click.MultiCommand): def list_commands(self, ctx): - return ['status', 'install'] + return ['status', 'install', 'handle', 'register'] def get_command(self, ctx, name): ns = {}