32 lines
620 B
Markdown
32 lines
620 B
Markdown
# kscreen-console
|
|
|
|
> 命令行工具,用于查询 KScreen 的状态。
|
|
> 更多信息:<https://manned.org/kscreen-console>。
|
|
|
|
- 显示所有输出和配置文件,以附加到错误报告中:
|
|
|
|
`kscreen-console bug`
|
|
|
|
- 显示 KScreen 配置文件的路径:
|
|
|
|
`kscreen-console config`
|
|
|
|
- 显示 KScreen 输出信息和配置:
|
|
|
|
`kscreen-console outputs`
|
|
|
|
- 监控更改:
|
|
|
|
`kscreen-console monitor`
|
|
|
|
- 以 JSON 格式显示当前 KScreen 配置:
|
|
|
|
`kscreen-console json`
|
|
|
|
- 显示帮助信息:
|
|
|
|
`kscreen-console --help`
|
|
|
|
- 显示包括 Qt 特定命令行选项的帮助信息:
|
|
|
|
`kscreen-console --help-all` |