Global parameters options that affects the command execution.
ParametersError - Throws when passed parameters are invalid.
CommandError - Throws when the executed command fails.
Import module
import { batch } from 'iproute';
Executes batch commands from a file
await batch.fromFile({
filePath: '/tmp/filepath'
});
Generated using TypeDoc
Read commands from provided file and invoke them. First failure will cause termination of
ip
.