示例#1
0
// return command that this stream pipes to, if any
func pipedcmd(outs liblush.OutStream) liblush.Cmd {
	return iscmd(outs.GetListener())
}