* feat: update #4455, regenerate commands' docs * chore: update make_docs script
Parse text as .yaml/.yml and create table.
> from yml
Converts yaml formatted string to table
> 'a: 1' | from yaml
> '[ a: 1, b: [1, 2] ]' | from yaml