From 358560f8b37f1ed27b0a67950c65380ee2cfadca Mon Sep 17 00:00:00 2001 From: Jake Bolton Date: Mon, 4 Dec 2023 08:36:28 -0600 Subject: [PATCH] alias export test --- Pwsh/Modules/Test-DoAliasesAttributesAutoExport.psm1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pwsh/Modules/Test-DoAliasesAttributesAutoExport.psm1 b/Pwsh/Modules/Test-DoAliasesAttributesAutoExport.psm1 index c872bdf..23f91c8 100644 --- a/Pwsh/Modules/Test-DoAliasesAttributesAutoExport.psm1 +++ b/Pwsh/Modules/Test-DoAliasesAttributesAutoExport.psm1 @@ -1,7 +1,10 @@ 'Testing: Do aliases auto-export if the command they are attributes to, are?' | write-host function Alice.GetCommand { - gcm -m Test-Do + gcm Alice.* + hr + gcm -m 'Test-DoAliasesAttributesAutoExport' + hr } function InternalFunc {