Add options to everyvoice to help write issues. Inspired by bat --diagnostic, add --version that would simply output the version of everyvoice the user is currently using. A more verbose version --diagnostic where we could print os version, environment relevant variables, something equivalent to pip list ... and whatever information could be useful for debugging.
Eric suggests that the output be in markdown to make it easily copyable.
Add options to
everyvoice
to help write issues. Inspired bybat --diagnostic
, add--version
that would simply output the version of everyvoice the user is currently using. A more verbose version--diagnostic
where we could print os version, environment relevant variables, something equivalent topip list
... and whatever information could be useful for debugging.Eric suggests that the output be in markdown to make it easily copyable.