Skip to content

Commit 7ef19ad

Browse files
Update
1 parent 4528a20 commit 7ef19ad

File tree

2 files changed

+86
-1
lines changed

2 files changed

+86
-1
lines changed

Docs/New-HtmlTab.md

+85
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,91 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
863863
## RELATED LINKS
864864
865865
866+
```yaml
867+
Type: String
868+
Parameter Sets: FontAwesomeSolid
869+
Aliases:
870+
871+
Required: False
872+
Position: Named
873+
Default value: None
874+
Accept pipeline input: False
875+
Accept wildcard characters: False
876+
```
877+
878+
### -Name
879+
{{ Fill Name Description }}
880+
881+
```yaml
882+
Type: String
883+
Parameter Sets: (All)
884+
Aliases: TabName
885+
886+
Required: False
887+
Position: Named
888+
Default value: None
889+
Accept pipeline input: False
890+
Accept wildcard characters: False
891+
```
892+
893+
### -TextColor
894+
{{ Fill TextColor Description }}
895+
896+
```yaml
897+
Type: String
898+
Parameter Sets: (All)
899+
Aliases:
900+
901+
Required: False
902+
Position: Named
903+
Default value: None
904+
Accept pipeline input: False
905+
Accept wildcard characters: False
906+
```
907+
908+
### -TextSize
909+
{{ Fill TextSize Description }}
910+
911+
```yaml
912+
Type: Int32
913+
Parameter Sets: (All)
914+
Aliases:
915+
916+
Required: False
917+
Position: Named
918+
Default value: None
919+
Accept pipeline input: False
920+
Accept wildcard characters: False
921+
```
922+
923+
### -TextTransform
924+
{{ Fill TextTransform Description }}
925+
926+
```yaml
927+
Type: String
928+
Parameter Sets: (All)
929+
Aliases:
930+
Accepted values: uppercase, lowercase, capitalize
931+
932+
Required: False
933+
Position: Named
934+
Default value: None
935+
Accept pipeline input: False
936+
Accept wildcard characters: False
937+
```
938+
939+
### CommonParameters
940+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
941+
942+
## INPUTS
943+
944+
## OUTPUTS
945+
946+
## NOTES
947+
948+
## RELATED LINKS
949+
950+
866951
```yaml
867952
Type: String
868953
Parameter Sets: FontAwesomeSolid

PSWriteHTML.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Przemyslaw Klys
55
#
6-
# Generated on: 18.04.2020
6+
# Generated on: 19.04.2020
77
#
88

99
@{

0 commit comments

Comments
 (0)