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.16k stars 338 forks source link

Add support for pwd -P #728

Closed amancevice closed 3 years ago

amancevice commented 3 years ago

I'm new at Go so please point out if I've made any errors; I tried to mimic the style of the other code blocks.

This resolves #724 and go-task#553