a distro arg is now *optional* with no default, since blend handles it
This commit is contained in:
parent
77e9293295
commit
4569521785
1 changed files with 1 additions and 1 deletions
2
user
2
user
|
@ -156,7 +156,7 @@ def associate_binary(association):
|
|||
|
||||
@cli.command("create-container")
|
||||
@click.argument('container_name')
|
||||
@click.argument('distro', default='arch-linux')
|
||||
@click.argument('distro', required=False)
|
||||
def create_container(container_name, distro):
|
||||
'''
|
||||
Create a container
|
||||
|
|
Loading…
Reference in a new issue