Skip to content

Commit be2184f

Browse files
Update available values
1 parent 511e481 commit be2184f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Docs/New-BGInfoValue.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ New-BGInfoValue -Name <String> -Value <String> [-Color <Color>] [-FontSize <Sing
2020

2121
### Builtin
2222
```
23-
New-BGInfoValue -BuiltinValue <String> [-Color <Color>] [-FontSize <Single>] [-FontFamilyName <String>]
24-
[-ValueColor <Color>] [-ValueFontSize <Single>] [-ValueFontFamilyName <String>] [<CommonParameters>]
23+
New-BGInfoValue [-Name <String>] -BuiltinValue <String> [-Color <Color>] [-FontSize <Single>]
24+
[-FontFamilyName <String>] [-ValueColor <Color>] [-ValueFontSize <Single>] [-ValueFontFamilyName <String>]
25+
[<CommonParameters>]
2526
```
2627

2728
## DESCRIPTION
@@ -69,6 +70,18 @@ Accept pipeline input: False
6970
Accept wildcard characters: False
7071
```
7172
73+
```yaml
74+
Type: String
75+
Parameter Sets: Builtin
76+
Aliases:
77+
78+
Required: False
79+
Position: Named
80+
Default value: None
81+
Accept pipeline input: False
82+
Accept wildcard characters: False
83+
```
84+
7285
### -Value
7386
Cystom Value that will be displayed on the right side of the label.
7487

0 commit comments

Comments
 (0)