Skip to content

Commit 2baeb4d

Browse files
committed
refacto: remove WSL check fron symfony-cli/console package
I believe this check should not be part of the symfony-cli/console package a s it is not generic and display a warning about the Symfony CLI binary
1 parent 82bea43 commit 2baeb4d

File tree

3 files changed

+0
-68
lines changed

3 files changed

+0
-68
lines changed

application.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ func (a *Application) Run(arguments []string) (err error) {
8484
a.setup()
8585
})
8686

87-
checkWSL()
88-
8987
context := NewContext(a, nil, nil)
9088
context.flagSet, err = a.parseArgs(arguments[1:])
9189

wsl_others.go

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

wsl_windows.go

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

0 commit comments

Comments
 (0)