podman load: confusing command-line usability #2667
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.
There's a confusing and (AFAICT) unused
PATH
option for podman load:The man page describes the argument differently, and non-optional:
However, the option seems to be completely ignored. This is especially misleading when a naïve user types
podman load foo.tar
and it just hangs (waiting for input on stdin).This one is beyond my ability because I don't know the intention behind this argument.
While you're looking into it, could you also add an
isTerminal()
check?The text was updated successfully, but these errors were encountered: