mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-17 16:34:42 -05:00
`distrobox create --image alpine my-box` silently ignored the positional; only --name was read. Override ContainerName from cmd.Args().First() to match the shell (distrobox-create:453-461). Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>