mvdan / goreduce

Reduce Go programs
BSD 3-Clause "New" or "Revised" License
216 stars 7 forks source link

clarify usage; don't silently discard extra args #29

Closed mark-pictor-csec closed 2 years ago

mark-pictor-csec commented 2 years ago

The usage tripped me up - I thought I could omit -run even when altering the command to execute. Because the extra args were silently discarded, it took me a while to realize what was happening.