Merge branch 'main' into gui_development

This commit is contained in:
Cian Hughes
2023-11-07 15:42:38 +00:00
23 changed files with 313 additions and 7 deletions

View File

@@ -10,9 +10,7 @@ from .create_disk import create_ignition_disk
from .create_img import create_img
cmd_params: Dict[Any, Any] = {
"no_args_is_help": True,
}
cmd_params: Dict[Any, Any] = config.typer
app = typer.Typer(
help="A tool for creating ignition images for automated deployment to a swarm",