You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Assemblies that must be loaded prior to importing this module
44
+
# RequiredAssemblies = @()
45
+
46
+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
47
+
# ScriptsToProcess = @()
48
+
49
+
# Type files (.ps1xml) to be loaded when importing this module
50
+
# TypesToProcess = @()
51
+
52
+
# Format files (.ps1xml) to be loaded when importing this module
53
+
# FormatsToProcess = @()
54
+
55
+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
56
+
# NestedModules = @()
57
+
58
+
# Functions 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 functions to export.
59
+
FunctionsToExport=@(
60
+
'Show-ModuleExplorer'
61
+
)
62
+
63
+
# 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.
64
+
CmdletsToExport=@()
65
+
66
+
# Variables to export from this module
67
+
VariablesToExport='*'
68
+
69
+
# 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.
70
+
AliasesToExport=@()
71
+
72
+
# DSC resources to export from this module
73
+
# DscResourcesToExport = @()
74
+
75
+
# List of all modules packaged with this module
76
+
# ModuleList = @()
77
+
78
+
# List of all files packaged with this module
79
+
# FileList = @()
80
+
81
+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
82
+
PrivateData=@{
83
+
84
+
PSData=@{
85
+
86
+
# Tags applied to this module. These help with module discovery in online galleries.
# This condition should not be met if $selectedModuleDisplay is from $moduleChoices
122
+
Write-SpectreHost"[bold red]Error: Could not retrieve details for selected module: '$($selectedModuleDisplay|Get-SpectreEscapedText)'. This is unexpected.[/]"
123
+
Read-SpectrePause-Message "[grey]Press Enter to continue...[/]"-NoNewline
0 commit comments