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.27k stars 345 forks source link

cmd/shfmt: support long flags #859

Closed mvdan closed 2 years ago

mvdan commented 2 years ago

(see commit message)

Fixes #852.

mvdan commented 2 years ago

cc @p0da if you can take a look :)

mvdan commented 2 years ago

It's nearly six thousand lines of code, so I'm reluctant to pull it for the sake of convenience :) I don't really need a reimplementation of a flag parser.