From 572638ece9363af221fc46b3bb287a879a22fa00 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Sat, 13 Aug 2022 01:39:27 +0200 Subject: [PATCH] image.cmd_inspect(): don't require a profile name --- image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.py b/image.py index 25753db..8fb3827 100644 --- a/image.py +++ b/image.py @@ -456,7 +456,7 @@ def cmd_build(profile_name: str = None, @cmd_image.command(name='inspect') @click.option('--shell', '-s', is_flag=True) -@click.argument('profile') +@click.argument('profile', required=False) def cmd_inspect(profile: str = None, shell: bool = False): """Open a shell in a device image""" enforce_wrap()