Currently, the zsv manpage is not available.
The linters for deb and rpm packages complain about not having a manpage for the executable.
Its generation may be automated via Makefile during build/install process.
Generating with help2man doesn't work due to different format of the help text.
Also, --version flag expected by help2man is missing which may be circumvented with its --version-string=string flag.
However, having a --version flag for zsv would reduce this manual step.
help2man is also available via brew: https://formulae.brew.sh/formula/help2man
For #438, manpage has been created manually.
Breaking Change
Any changes to help text may result in breaking the autocompletion in the playground.
Currently, the
zsvmanpage is not available.The linters for deb and rpm packages complain about not having a manpage for the executable.
Its generation may be automated via Makefile during build/install process.
Generating with
help2mandoesn't work due to different format of the help text.Also,
--versionflag expected byhelp2manis missing which may be circumvented with its--version-string=stringflag.However, having a
--versionflag forzsvwould reduce this manual step.help2manis also available viabrew: https://formulae.brew.sh/formula/help2manFor #438, manpage has been created manually.
Breaking Change
Any changes to help text may result in breaking the autocompletion in the playground.