podman-container-tools/container-libs

Avoid use of github.com/mattn/go-shellwords in storage/pkg/parsers/kernel/kernel_darwin.go

Open

#983 创建于 2026年7月10日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Go (120 fork)auto 404
good first issuestorage

仓库指标

Star
 (97 star)
PR 合并指标
 (PR 指标待抓取)

描述

Per https://apple.stackexchange.com/questions/388377/in-which-macos-version-was-the-json-flag-switch-added-in-system-profiler , since 2019 the system_profiler command has -json option, and nothing indicates the output is supposed to be shell-quoted, so we should be able to parse JSON and drop that dependency.

贡献者指南