Skip to content

Commit d9a7fcb

Browse files
tigCopilot
andcommitted
Remove Out-ConsoleTableView prototype
Delete OutConsoleTableView.cs, OutConsoleTableViewCmdletCommand.cs, OutTableViewWindow.cs, and OutTableViewDataSource.cs. Remove the Out-ConsoleTableView cmdlet and octv alias from the module manifest. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent be09e1a commit d9a7fcb

5 files changed

Lines changed: 2 additions & 859 deletions

File tree

src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ NestedModules = @()
6969
FunctionsToExport = @()
7070

7171
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
72-
CmdletsToExport = @( 'Out-ConsoleGridView', 'Out-ConsoleTableView', 'Show-ObjectTree' )
72+
CmdletsToExport = @( 'Out-ConsoleGridView', 'Show-ObjectTree' )
7373

7474
# Variables to export from this module
7575
VariablesToExport = '*'
7676

7777
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
78-
AliasesToExport = @( 'ocgv', 'octv', 'shot' )
78+
AliasesToExport = @( 'ocgv', 'shot' )
7979

8080
# DSC resources to export from this module
8181
# DscResourcesToExport = @()

src/Microsoft.PowerShell.ConsoleGuiTools/OutConsoleTableView.cs

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/Microsoft.PowerShell.ConsoleGuiTools/OutConsoleTableViewCmdletCommand.cs

Lines changed: 0 additions & 194 deletions
This file was deleted.

0 commit comments

Comments
 (0)