`-only` 和 `-json` 不能一起使用, `-only fuse` 根本不起作用
作者: quantenzitrone创建于 2024年9月1日更新于 2025年11月7日
重现问题
json 无过滤:
- 运行
duf -only local -json或duf -only special -json - 观察所有设备在 json 中被打印出来(对于我来说,是 special、local 和 fuse)
只有 fuse 无法工作:
- 运行
duf -all - 查看一些(对于我来说是一个) fuse 文件系统
- 运行
duf -only fuse - 观察没有任何内容被打印出来
内容来源: muesli/duf