diff --git a/lib/special.ps1 b/lib/command.ps1 similarity index 98% rename from lib/special.ps1 rename to lib/command.ps1 index c02cd17..2494a4e 100644 --- a/lib/special.ps1 +++ b/lib/command.ps1 @@ -55,6 +55,6 @@ class Special { ) } -Function Special { +Function Make_Command { return [Special]::new() }