pub fn reformat_bash(source: &str) -> Option<String>
Attempts to reformat bash source into canonical form. Returns None if parsing fails (in which case raw text is used).
None