mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
7.14k stars 338 forks source link

Better docker run example #830

Closed alenzen closed 2 years ago

alenzen commented 2 years ago

I ran into some file permission and word splitting issues when using the -w flag in a directory with spaces in the name. I hope you find this pull request / documentation example useful.