You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
despite the fact that --help lists it as a valid option
$ tyrannosaurus --help
Usage: tyrannosaurus [OPTIONS] COMMAND [ARGS]...
Tyrannosaurus. Tyrannosaurus can create new modern Python projects from a template and synchronize metadata
across the project.
╭─ Options ─────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --version Write version and exit │
│ --info Write info and exit (same as 'tyrannosaurus info') │
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it or customize the │
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:
Replaced Poetry with Hatch
Sphinx, readthedocs, and reST with mkdocs-material, GitHub Pages, and Markdown
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?The text was updated successfully, but these errors were encountered: