nickwells/utilities

Add a note recommending shebang parameters

Closed this issue · 2 comments

when writing shebang scripts you should set the following params:

exec-name
no-auto-import
no-go-mod-tidy
import = ...
set-go-cmd

also add: keep = false (setting the exec name sets keep to true)

done