Update tcell

This commit is contained in:
Tulir Asokan
2022-04-15 12:53:09 +03:00
parent a7562a068a
commit 899bdbc705
51 changed files with 143 additions and 128 deletions

View File

@ -1,4 +1,5 @@
package open
const Command = "open"
var Args []string

View File

@ -1,6 +1,7 @@
// +build !windows,!darwin
//go:build !windows && !darwin
package open
const Command = "xdg-open"
var Args []string