# Functions

Return true if the OS has the given command installed.
CommandInstalledE returns an error if command is not installed.
No description provided by the author
No description provided by the author
No description provided by the author
Prompt the user for text in the CLI.
Prompt a user for a password or other sensitive info that should not be echoed back to stdout.
Prompt the user for a yes/no response and return true if they entered yes.
Run the specified shell command with the specified arguments.
Run the specified shell command with the specified arguments.
Run the specified shell command with the specified arguments.
Run the specified shell command with the specified arguments.
Run the specified shell command with the specified arguments.
Run the specified shell command with the specified arguments.
Run the specified shell command with the specified arguments.
Like RunShellCommand, but feed the given content to the stdin of the process.

# Variables

No description provided by the author
No description provided by the author

# Structs

Output contains the output after runnig a command.
No description provided by the author