Helm
非官方测试版翻译
本页面由 PageTurner AI 翻译(测试版)。未经项目官方认可。 发现错误? 报告问题 →
功能
显示 Helm 的版本
示例配置
- json
- yaml
- toml
{
"background": "#a7cae1",
"foreground": "#100e23",
"powerline_symbol": "",
"template": " {{ .Version }}",
"style": "powerline",
"type": "helm"
}
background: "#a7cae1"
foreground: "#100e23"
powerline_symbol:
template: " {{ .Version }}"
style: powerline
type: helm
background = "#a7cae1"
foreground = "#100e23"
powerline_symbol = ""
template = " {{ .Version }}"
style = "powerline"
type = "helm"
选项
| Name | Type | Default | Description |
|---|---|---|---|
display_mode | string | always |
|
模板 (信息)
默认模板
Helm {{ .Version }}
属性
| Name | Type | Description |
|---|---|---|
.Version | string | Helm cli version |