Skip to content

Commit

Permalink
Add new alias for Get-Blank (#158)
Browse files Browse the repository at this point in the history
* ✨ New alias for Get-Blank

* 📝 Add alias to PSD1

* 📝 Reformat PSD1 for ease of editing later
  • Loading branch information
vexx32 committed May 1, 2019
1 parent 4b7d404 commit 53e3717
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified PSKoans/PSKoans.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion PSKoans/Public/Get-Blank.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Get-Blank {
[CmdletBinding(HelpUri = 'https://github.com/vexx32/PSKoans/tree/master/docs/Get-Blank.md')]
[OutputType('Blank')]
[Alias('__', 'FILL_ME_IN')]
[Alias('__', '____', 'FILL_ME_IN')]
param()

Write-Verbose "I AIN'T DOIN' NOTHIN'!!!"
Expand Down

0 comments on commit 53e3717

Please sign in to comment.