Update tcell
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
package open
|
||||
|
||||
const Command = "open"
|
||||
|
||||
var Args []string
|
||||
|
@ -1,6 +1,7 @@
|
||||
// +build !windows,!darwin
|
||||
//go:build !windows && !darwin
|
||||
|
||||
package open
|
||||
|
||||
const Command = "xdg-open"
|
||||
|
||||
var Args []string
|
||||
|
Reference in New Issue
Block a user