podman-container-tools/container-libs
在 GitHub 查看Avoid use of github.com/mattn/go-shellwords in storage/pkg/parsers/kernel/kernel_darwin.go
Open
#983 创建于 2026年7月10日
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.