useEXIT_SUCCESS;impl_trivial_builtin_cmd!{/// Represents a `true` builtin command.
////// The `true` command has no effect and always exits successfully.
pubstructTrue;/// Creates a new `true` builtin command.
pubfntrue_cmd();/// A future representing a fully spawned `true` builtin command.
pubstructSpawnedTrue;EXIT_SUCCESS}