← Repo overview
/
boyter/ scc
/
search
@460a6e8
4 matches across 2 files for func main lang:Powershell lang:Powershell lang:Powershell lang:Powershell
snippet_mode: auto · sorted by relevance
65 Write-Warning "$($key.Count) matches found!"
66 Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
67 ▶ Write-Warning "Please alert package maintainer the following keys were matched:"
68 $key | % {Write-Warning "- $($_.DisplayName)"}
69 }
· · ·
70
71 ▶ ## OTHER POWERSHELL FUNCTIONS
72 ## https://chocolatey.org/docs/helpers-reference
73 #Uninstall-ChocolateyZipPackage $packageName # Only necessary if you did not unpack to package directory - see https://chocolatey.org/docs/helpers-uninstall-chocolatey-zip-package
75 #Install-ChocolateyInstallPackage @packageArgs # https://chocolatey.org/docs/helpers-install-chocolatey-install-package
76
77 ▶ ## Main helper functions - these have error handling tucked into them already
78 ## see https://chocolatey.org/docs/helpers-reference
79
· · ·
93 ## see the full list at https://chocolatey.org/docs/helpers-reference
94
95 ▶ ## downloader that the main helpers use to download items
96 ## if removing $url64, please remove from here
97 ## - https://chocolatey.org/docs/helpers-get-chocolatey-web-file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter
Search any public repo from your terminal
This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.