register commands
This commit is contained in:
parent
f604750c27
commit
adf7ee12b8
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Reference in a new issue