package
0.0.2-rc.1
Repository: https://github.com/apty/cli.git
Documentation: pkg.go.dev

# Functions

Exec is wrapper over syscall.Exec, invokes the execve(2) system call.
OpenInBrowser opens the given url on a web browser.
Run is a wrapper over os/exec Cmd.Run that configures Stderr/Stdin/Stdout to the current ones and wait until the process finishes, exiting with the same code.
RunWithPid calls Run and writes the process ID in pidFile.