Skip to content

Commit 1a593bd

Browse files
committed
Remove vestigial shellVariableNamePrefix.
Signed-off-by: Ross Goldberg <[email protected]>
1 parent 7d686ef commit 1a593bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/ArgumentParser/Completions/CompletionsGenerator.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ extension CommandInfoV0 {
184184
var completionFunctionPrefix: String {
185185
"__\(initialCommand)"
186186
}
187-
188-
var shellVariableNamePrefix: String {
189-
commandContext.joined(separator: "_").shellEscapeForVariableName()
190-
}
191187
}
192188

193189
extension ArgumentInfoV0 {

0 commit comments

Comments
 (0)