8 lines
89 B
Go
8 lines
89 B
Go
//go:build !windows && !darwin
|
|
|
|
package open
|
|
|
|
const Command = "rifle"
|
|
|
|
var Args []string
|