From 439e975c16316b18fe73a74b1f7d3c8e5654a1af Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Thu, 20 Jul 2023 07:58:42 +0000 Subject: [PATCH] Supporting Posh.Commands Fixes #33, Fixes #42, Fixes #43, Fixes #44, Fixes #45, Fixes #46, Fixes #47, Fixes #48 --- Posh.types.ps1xml | 521 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 521 insertions(+) diff --git a/Posh.types.ps1xml b/Posh.types.ps1xml index 7d75284..5a63622 100644 --- a/Posh.types.ps1xml +++ b/Posh.types.ps1xml @@ -1,6 +1,527 @@ + + Posh.Commands + + + PSStandardMembers + + + DefaultDisplayPropertySet + + Count + AliasCount + ApplicationCount + CmdletCount + FunctionCount + + + + + + Aliases + Alias + + + Applications + Application + + + Cmdlets + Cmdlet + + + Functions + Function + + + FindExtensions + + + + AliasCount + + @($this.Alias).Count + + + + ApplicationCount + + @($this.Application).Count + + + + CmdletCount + + @($this.Alias).Count + + + + Count + + @($this.All).Count + + + + Extended + + $this.FindExtensions() + + + + + FunctionCount + + @($this.Function).Count + + + + DefaultDisplay + Count +AliasCount +ApplicationCount +CmdletCount +FunctionCount + + + Posh.Errors