package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Oct 7, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package exec provides a set of system-related functions such a Run that runs an application.
Run executes the application `app` using the parameters defines by `options`. It returns the output of the
application, and an error if any.
type Option func(opts *options)
Option allows parameterizing the Run function.
WithArgs sets the arguments `args` used by the application.
WithVerbose requests to print on stdout the command issued if an error occurred.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.