package
0.17.0
Repository: https://github.com/coreos/coreos-assembler.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
IsCmdNotFound reports true if the underlying error was exec.ErrNotFound.
MaybeExec should be called at the start of the program, if the process argv[0] is a name registered with multicall, the related function will be executed.
NewEntrypoint adds a new multicall command.

# Variables

for equivalence with os/exec.
No description provided by the author

# Structs

Basic Cmd implementation based on exec.Cmd.

# Interfaces

An exec.Cmd compatible interface.

# Type aliases

Entrypoint provides the access to a multicall command.