From 84d31d3d612c7cfe6b2ba8c0a570a901ef3a6474 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 19 Jan 2022 19:06:41 +0000 Subject: [PATCH] file rename special rename to command. --- lib/{special.ps1 => command.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lib/{special.ps1 => command.ps1} (98%) 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() }