8000 Fix Windows builds are failing due to autocompletion · symfony-cli/symfony-cli@684d348 · GitHub
[go: up one dir, main page]

Skip to content

Commit 684d348

Browse files
committed
Fix Windows builds are failing due to autocompletion
1 parent 69dc212 commit 684d348

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/completion.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build darwin || linux || freebsd || openbsd
2+
13
package commands
24

35
import (

0 commit comments

Comments
 (0)
0