Skip to content

Commit a366450

Browse files
authored
Merge pull request #3237 from carapace-sh/fd-mv-common
fd: moved to common
2 parents 8ffbc6d + 42db602 commit a366450

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package main
2+
3+
import "github.com/carapace-sh/carapace-bin/completers/common/fd_completer/cmd"
4+
5+
func main() {
6+
cmd.Execute()
7+
}

completers/linux/fd_completer/main.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)