Skip to content

Commit

Permalink
Merge pull request #228 from carapace-sh/fix-comment
Browse files Browse the repository at this point in the history
fix comment
  • Loading branch information
rsteube authored Dec 24, 2024
2 parents 24373ca + 1b21dfb commit 7679284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/actions/bridge/argcomplete_legacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/carapace-sh/carapace"
)

// Deprecated: Old version which uses fd 8/9, which aren't available on powershell/windows.
// Deprecated: Old version which uses fd 8/9 (not available on powershell/windows).
func ActionArgcompleteLegacy(command ...string) carapace.Action {
return actionCommand(command...)(func(command ...string) carapace.Action {
return carapace.ActionCallback(func(c carapace.Context) carapace.Action {
Expand Down

0 comments on commit 7679284

Please sign in to comment.