Tantalor93 / dnspyre

CLI tool for a high QPS DNS benchmark
https://tantalor93.github.io/dnspyre/
MIT License
107 stars 10 forks source link

fix(manpages): remove redundant run and gzip output #258

Closed ardnew closed 4 months ago

ardnew commented 4 months ago

The redundancy appears to be a copy-paste error by duplicating the scripts/completions.sh script.

And it is conventional to store manpages in a compressed (gzip) format. This change compresses in-place (manpages/dnspyre.1.gz). If you would prefer it retain the uncompressed copy for some reason, add flag --keep.

Tantalor93 commented 4 months ago

thanks for the PR! It makes sense, but I think that release also needs to be slightly adjusted to accommodate this change

https://github.com/Tantalor93/dnspyre/blob/master/.goreleaser.yaml#L40

man1.install Dir["manpages/*.1"] -> man1.install "manpages/dnspyre.1.gz"