Added top-level overall command

This commit is contained in:
Cian Hughes
2023-10-27 17:44:13 +01:00
parent dae9e33125
commit 6947fe8c99
4 changed files with 21 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ def json_to_img(
str, typer.Option(help="The file to output the disk image to", prompt=True)
],
) -> None:
"""Takes a fuel-ignition json file and produces an ignition disk image file"""
selenium_container = None
fuelignition_container = None
fuelignition_image = None