mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
image.cmd_inspect(): don't require a profile name
This commit is contained in:
parent
bffd60f71a
commit
572638ece9
1 changed files with 1 additions and 1 deletions
2
image.py
2
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()
|
||||
|
|
Loading…
Add table
Reference in a new issue