Documentation ¶
Index ¶
Constants ¶
View Source
const (
// StdInOutIdentifier is the CLI identifier for stdin or stdout
StdInOutIdentifier = "-"
)
Variables ¶
View Source
var ( // IsNotStdinNorStdout tests if a stream identifier does not match stdin or stdout IsNotStdinNorStdout = F.Pipe3( StdInOutIdentifier, S.Equals, P.Not[string], O.FromPredicate[string], ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.