command2py

Function command2py 

Source
fn command2py<W>(
    config: &Config,
    indent: u16,
    command: &Command,
    writer: W,
) -> Result<()>
where W: Write,