* feat: update #4455, regenerate commands' docs * chore: update make_docs script
Create a string from the arguments.
> build-string ...rest
...rest
Builds a string from letters a b c
> build-string a b c
> build-string (1 + 2) = one ' ' plus ' ' two