package
Version:
v0.0.0-...-491fdb2
Opens a new window with list of versions in this module.
Published: Aug 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package runner provides utilities to execute commands.
Default is the Runner that executes the command by default.
CmdCombinedOutput executes the command and returns the command stdout and stderr.
CmdOutput executes the command and returns the command stdout.
CmdRun executes the command.
Fake is the Runner that only prints command information and does not run it.
CmdCombinedOutput prints the command information.
CmdOutput prints the command information.
CmdRun prints the command information.
Runner is the interface to execute commands.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.