archive
/
yubi-lock
Archived
1
Fork 0

Create handler command

This commit is contained in:
Jake Howard 2016-05-19 19:47:35 +01:00
parent df1de585f6
commit 44eb3bbe7d
2 changed files with 7 additions and 0 deletions

View File

7
yubi_lock/handle/cli.py Normal file
View File

@ -0,0 +1,7 @@
import click
@click.command('handle', short_help='Handler for inserting and removing drives')
@click.argument('type', type=click.Choice(["enable", "disable"]))
def cli(type):
pass