Skip to content

Commit

Permalink
Add httpunit and ihu Aliases for Invoke-HttpUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Oct 20, 2023
1 parent d5bb413 commit 5095122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Invoke-HttpUnit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function Invoke-HttpUnit {
#>

[CmdletBinding(DefaultParameterSetName = 'url')]
[Alias('Test-Http')]
[Alias('httpunit', 'Test-Http', 'ihu')]
param (
[Parameter(Mandatory,
Position = 0,
Expand Down

0 comments on commit 5095122

Please sign in to comment.