file

package
v1.0.39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL