mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
docs: capitalized "Functions" in Azure Functions, added external link to the core tools' GitHub
This commit is contained in:
parent
c2e252f3a2
commit
671557518b
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
id: azfunc
|
||||
title: Azure functions
|
||||
sidebar_label: Azure functions
|
||||
title: Azure Functions
|
||||
sidebar_label: Azure Functions
|
||||
---
|
||||
|
||||
## What
|
||||
|
||||
Display the currently active Azure functions CLI version.
|
||||
Display the currently active [Azure Functions CLI][az-func-core-tools] version.
|
||||
|
||||
## Sample Configuration
|
||||
|
||||
|
@ -27,7 +27,7 @@ Display the currently active Azure functions CLI version.
|
|||
|
||||
## Properties
|
||||
|
||||
- fetch_version: `boolean` - fetch the Azure functions CLI version - defaults to `true`
|
||||
- fetch_version: `boolean` - fetch the Azure Functions CLI version - defaults to `true`
|
||||
- display_error: `boolean` - show the error context when failing to retrieve the version information - defaults to `true`
|
||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||
- display_mode: `string` - determines when the segment is displayed
|
||||
|
@ -55,3 +55,4 @@ Display the currently active Azure functions CLI version.
|
|||
- `.Error`: `string` - when fetching the version string errors
|
||||
|
||||
[templates]: /docs/configuration/templates
|
||||
[az-func-core-tools]: https://github.com/Azure/azure-functions-core-tools
|
||||
|
|
Loading…
Reference in a new issue