Merge branch 'craftbeerpi:development' into development

This commit is contained in:
Alexander Vollkopf 2022-04-26 16:28:05 +02:00 committed by GitHub
commit a8b745c97b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.0.5.a11"
__version__ = "4.0.5.a12"
__codename__ = "Spring Break"

View file

@ -14,7 +14,7 @@ import importlib
from importlib_metadata import metadata
from tabulate import tabulate
from PyInquirer import prompt, print_json
import platform
class CraftBeerPiCli():
def __init__(self, config) -> None:
@ -263,7 +263,7 @@ def plugins(context):
'''List active plugins'''
context.obj.plugins_list()
@click.command()
@main.command()
@click.pass_context
def create(context):
'''Create New Plugin'''