Thanks to visit codestin.com
Credit goes to github.com

Skip to content

arg parsing: single-dash options expanded incorrectly #714

@edsantiago

Description

@edsantiago

Sorry for the unhelpful title; I can't think of a better description. This one has been haunting me today:

# podman run centos find / -name sdf
find: unknown predicate `-n'
# podman run centos echo find / -name sdf
find / -n -a -m -e sdf

Somewhere in podman-land, -name is being rewritten and passed along as -n -a -m -e.

podman-0.4.4-2.git9924956.fc27 and 0.5.1-1525212894.git970eaf0.fc27

Metadata

Metadata

Assignees

Labels

locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions