Skip to content

Commit f554d47

Browse files
feat: Get-Shape aliases ( Fixes #4, Fixes #16 )
1 parent 0d9f5c6 commit f554d47

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Commands/Get-Shape.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ function Get-Shape {
9191
'xywh',
9292
'css.circle', 'css.ellipse',
9393
'css.inset', 'css.rect',
94-
'css.polygon', 'css.path','css.path2d', 'css.xywh'
94+
'css.polygon', 'css.path','css.path2d', 'css.xywh',
95+
'css.shape'
9596
)]
9697
param()
9798

Shape.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ AliasesToExport = 'Shape', 'circle','ellipse',
8787
'xywh',
8888
'css.circle', 'css.ellipse',
8989
'css.inset', 'css.rect',
90-
'css.polygon', 'css.path','css.path2d', 'css.xywh'
90+
'css.polygon', 'css.path','css.path2d', 'css.xywh',
91+
'css.shape'
9192

9293
# DSC resources to export from this module
9394
# DscResourcesToExport = @()

0 commit comments

Comments
 (0)