Type Alias shell_quote::Dash

source ·
pub type Dash = Sh;
Expand description

Dash accepts the same quoted/escaped strings as /bin/sh – indeed, on many systems, dash is /bin/sh – hence this is an alias for Sh.

Aliased Type§

struct Dash;