8000 - · symfony-cli/symfony-cli@019265f · GitHub
[go: up one dir, main page]

Skip to content

Commit 019265f

Browse files
committed
-
1 parent 88dc4a7 commit 019265f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

commands/completion_others.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
package commands
55

6+
import (
7+
"github.com/posener/complete"
8+
"github.com/symfony-cli/console"
9+
)
10+
611
func autocompleteWrapper(context *console.Context, args complete.Args) []string {
712
return []string{}
813
}
File renamed without changes.

0 commit comments

Comments
 (0)
0