We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f7c73 commit 2c78c2cCopy full SHA for 2c78c2c
Source/EnablePython.psd1
@@ -66,16 +66,16 @@ PowerShellVersion = '3.0'
66
# NestedModules = @()
67
68
# Functions to export from this module
69
-FunctionsToExport = '*'
+FunctionsToExport = @("Get-Python","Enable-Python","Disable-Python")
70
71
# Cmdlets to export from this module
72
-CmdletsToExport = ''
+CmdletsToExport = @()
73
74
# Variables to export from this module
75
-VariablesToExport = ''
+VariablesToExport = @()
76
77
# Aliases to export from this module
78
-AliasesToExport = '*'
+AliasesToExport = @()
79
80
# List of all modules packaged with this module
81
# ModuleList = @()
0 commit comments