pub fn run_numfmt<R: BufRead, W: Write>( input: R, output: W, config: &NumfmtConfig, ) -> Result<(), String>
Run the numfmt command with the given configuration and input.