mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -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
|
||||
|
||||
| Name | Type | Description |
|
||||
| -------- | -------- | -------------------------------------------------- |
|
||||
| `.Full` | `string` | the full version |
|
||||
| `.Major` | `string` | major number |
|
||||
| `.Minor` | `string` | minor number |
|
||||
| `.Patch` | `string` | patch number |
|
||||
| `.Error` | `string` | error encountered when fetching the version string |
|
||||
| Name | Type | Description |
|
||||
| ------------- | -------- | -------------------------------------------------- |
|
||||
| `.Full` | `string` | the full version |
|
||||
| `.Major` | `string` | major number |
|
||||
| `.Minor` | `string` | minor number |
|
||||
| `.Patch` | `string` | patch number |
|
||||
| `.Prerelease` | `string` | channel name |
|
||||
| `.Error` | `string` | error encountered when fetching the version string |
|
||||
|
||||
[templates]: /docs/configuration/templates
|
||||
|
|
Loading…
Reference in a new issue