Open vladistan opened 4 months ago
Thanks for reporting!
I haven't been maintaining this because I've been prototyping a replacement at dmyersturnbull/cicd. It's massively better, and I've been using it in several projects. If you're starting a new project, I recommend cloning that repository and modifying as you see fit.
Most GitHub workflows are broken, but you can extract the pytest
job. Alternatively, modify an example workflow.
Changes:
tyrannosaurus new
and tyrannosaurus sync
; see these :tyranno:
comments, if wanted.
0.10.4
MacOS Sonoma 14.5
-- Issue
Observed behavior:
Running
tyrannosaurus --version
produces an errordespite the fact that
--help
lists it as a valid optionAlso
--info
doesn't work when given as an optionThe only thing that works is
tyrannosaurus info
Expected behavior
Tyranosaurus version should work as stated in the help
Additional problems
Why
info
is a both a command and an option?