Skip to main content

reformat_bash

Function reformat_bash 

Source
pub fn reformat_bash(source: &str) -> Option<String>
Expand description

Attempts to reformat bash source into canonical form. Returns None if parsing fails (in which case raw text is used).