Skip to content

Commit 3ab4785

Browse files
author
James Brundage
committed
CommandAST/AttributeAST: Adding Property Aliases (Fixes #176)
1 parent b15c78d commit 3ab4785

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Types/AttributeAST/Alias.psd1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@{
2+
Parameters = 'Parameter'
3+
Arguments = 'ArgumentList'
4+
Args = 'ArgumentList'
5+
}

Types/CommandAST/Alias.psd1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@{
2+
Parameters = 'Parameter'
3+
Arguments = 'ArgumentList'
4+
Args = 'ArgumentList'
5+
}

0 commit comments

Comments
 (0)