pub fn parse_mode_dsl(s: &str) -> Result<ModeProgram>Expand description
Parse a --mode DSL string. A bare token is the default for files+dirs;
f:/d: sections override per type. l: is rejected (symlink mode bits
are not settable on Linux).
pub fn parse_mode_dsl(s: &str) -> Result<ModeProgram>Parse a --mode DSL string. A bare token is the default for files+dirs;
f:/d: sections override per type. l: is rejected (symlink mode bits
are not settable on Linux).