[][src]Function fake_tty::bash_command

pub fn bash_command(command: &str) -> Command

Creates a command that is executed by bash, pretending to be a tty.

This means that the command will assume that terminal colors and other terminal features are available.