Podman 2.0 image load name:tag positional arg is no longer optional #6718
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Running
podman image load [-i image.tar]
without specifying the image name producesError: requires at least 1 arg(s), only received 0
. The help string suggests this argument is supposed to be optional (as it was pre-2.0):Steps to reproduce the issue:
podman image load --input image.tar
Describe the results you received:
Error: requires at least 1 arg(s), only received 0
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
Verified that this works as expected on 1.9.3:
The text was updated successfully, but these errors were encountered: