Skip to content

Commit bcfce4f

Browse files
authored
Merge pull request #22 from tucksaun/refacto/wsl-checks
refacto: remove WSL check fron symfony-cli/console package
2 parents 22fa1bb + 2baeb4d commit bcfce4f

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
@@ -85,8 +85,6 @@ func (a *Application) Run(arguments []string) (err error) {
8585
a.setup()
8686
})
8787

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

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)