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
Copy file name to clipboardExpand all lines: PSSourcegraph.psd1
+11-20Lines changed: 11 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -77,15 +77,16 @@
77
77
# NestedModules = @()
78
78
79
79
# 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.
80
+
# Note the DefaultCommandPrefix will be added automatically to each of these on import.
80
81
FunctionsToExport=@(
81
-
'Get-SourcegraphRepository'
82
-
'Get-SourcegraphHover'
83
-
'Get-SourcegraphDefinition'
84
-
'Get-SourcegraphReference'
85
-
'Get-SourcegraphUser'
86
-
'Invoke-SourcegraphApiRequest'
87
-
'New-SourcegraphUser'
88
-
'Search-Sourcegraph'
82
+
'Get-Repository'
83
+
'Get-Hover'
84
+
'Get-Definition'
85
+
'Get-Reference'
86
+
'Get-User'
87
+
'Invoke-ApiRequest'
88
+
'New-User'
89
+
'Search-'
89
90
)
90
91
91
92
# 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.
@@ -95,16 +96,7 @@
95
96
VariablesToExport=@()
96
97
97
98
# 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.
98
-
AliasesToExport=@(
99
-
'Get-SrcRepository',
100
-
'Get-SrcHover',
101
-
'Get-SrcDefinition',
102
-
'Get-SrcReference',
103
-
'Get-SrcUser',
104
-
'New-SrcUser',
105
-
'Invoke-SrcApiRequest',
106
-
'Search-Src'
107
-
)
99
+
AliasesToExport=@()
108
100
109
101
# DSC resources to export from this module
110
102
# DscResourcesToExport = @()
@@ -143,7 +135,6 @@
143
135
# HelpInfoURI = ''
144
136
145
137
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
0 commit comments