Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman system df: --format: needs newline terminators #6962

Closed
edsantiago opened this issue Jul 14, 2020 · 4 comments
Closed

podman system df: --format: needs newline terminators #6962

edsantiago opened this issue Jul 14, 2020 · 4 comments
Assignees
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. stale-issue

Comments

@edsantiago
Copy link
Member

podman-system-df(1) documents the --format flag as follows:

$ podman system df --format "{{.Type}}\t{{.Total}}"
Images          1
Containers      5
Local Volumes   1

Actually results:

$ podman system df --format "{{.Type}}\t{{.Total}}"
Images\t4Containers\t0Local Volumes\t0%    <--- the "%" means "no trailing newline"
@vrothberg
Copy link
Member

@ryanchpowell, is that something you'd like to tackle?

@ryanchpowell
Copy link
Collaborator

@vrothberg Yes this seems like a good job for me

@github-actions
Copy link

A friendly reminder that this issue had no activity for 30 days.

@edsantiago
Copy link
Member Author

This was fixed by #7156

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. stale-issue
Projects
None yet
Development

No branches or pull requests

3 participants