mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
docs(rust): update doc
This commit is contained in:
parent
63e20bf53c
commit
38e94e6a59
|
@ -42,12 +42,13 @@ Display the currently active rust version.
|
||||||
|
|
||||||
### Properties
|
### Properties
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| -------- | -------- | -------------------------------------------------- |
|
| ------------- | -------- | -------------------------------------------------- |
|
||||||
| `.Full` | `string` | the full version |
|
| `.Full` | `string` | the full version |
|
||||||
| `.Major` | `string` | major number |
|
| `.Major` | `string` | major number |
|
||||||
| `.Minor` | `string` | minor number |
|
| `.Minor` | `string` | minor number |
|
||||||
| `.Patch` | `string` | patch number |
|
| `.Patch` | `string` | patch number |
|
||||||
| `.Error` | `string` | error encountered when fetching the version string |
|
| `.Prerelease` | `string` | channel name |
|
||||||
|
| `.Error` | `string` | error encountered when fetching the version string |
|
||||||
|
|
||||||
[templates]: /docs/configuration/templates
|
[templates]: /docs/configuration/templates
|
||||||
|
|
Loading…
Reference in a new issue