use crate::;
/// The `:` builtin command has no effect, and exists as a placeholder for word
/// and redirection expansions.
/// The `false` builtin command has no effect and always exits unsuccessfully.
/// The `true` builtin command has no effect and always exits successfully.