{{ .Title }}
| Description | {{ . }} |
|---|---|
| Usage | {{ . }} |
{{ partialCached "icon" "beaker" "beaker" }} {{ i18n "experimental" }}
This command is experimental.
Experimental features are intended for testing and feedback as their functionality or design may change between releases without warning or can be removed entirely in a future release.
| Command | Description |
|---|---|
{{ .Title }} |
{{ if $child.experimental }} {{ partialCached "components/badge.html" (dict "color" "violet" "content" "experimental") "sbx-exp" }} {{ end }} {{ $child.synopsis }} |
| Option | Default | Description |
|---|---|---|
{{ with .shorthand }}-{{ . }}, {{ end }}--{{ .name }}
|
{{ $skipDefault := `[],false,` }}
{{ with .default_value }}
{{ cond (in $skipDefault .) "" (printf "%s" . | safeHTML) }}
{{ end }}
|
{{ with .experimental }} {{ partialCached "components/badge.html" (dict "color" "violet" "content" "experimental") "sbx-exp" }} {{ end }} {{ with .usage }} {{ strings.TrimSpace . }} {{ end }} |
| Option | Default | Description |
|---|---|---|
{{ with .shorthand }}-{{ . }}, {{ end }}--{{ .name }}
|
{{ $skipDefault := `[],false,` }}
{{ with .default_value }}
{{ cond (in $skipDefault .) "" (printf "%s" . | safeHTML) }}
{{ end }}
|
{{ with .experimental }} {{ partialCached "components/badge.html" (dict "color" "violet" "content" "experimental") "sbx-exp" }} {{ end }} {{ with .usage }} {{ strings.TrimSpace . }} {{ end }} |