GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
734 stars 209 forks source link

--version flag #811

Closed ryneeverett closed 2 years ago

ryneeverett commented 3 years ago

It would be nice if we could (ask bug reporters to) call bugwarrior --version for debugging purposes. Blocked by #342.

Fongshway commented 3 years ago

A potential nice extension of this would be to have a command similar to task diagnostic that prints out a whole bunch of system information in addition to the version number for debugging purposes.

ryneeverett commented 3 years ago

A potential nice extension of this would be to have a command similar to task diagnostic that prints out a whole bunch of system information in addition to the version number for debugging purposes.

Yeah, I was thinking about adding an issue template requesting a few items of diagnostic information, but it would be better to just have one command that gives us everything we need. So much the better if we can copy the upstream cli api to minimize the learning curve.