Functionsยง
- exec
- interactive
- is_
container - Detects if the current process runs inside a Docker/container environment.
- is_
non_ interactive - Returns true if stdin is NOT a terminal (pipe, /dev/null, etc.)
- join_
command - Join multiple CLI arguments into a single command string, using quoting conventions appropriate for the detected shell.
- save_
tee - shell_
and_ flag