Mentions légales du service

Skip to content

Resolve "Typer instead of click"

Patrick Stöckle requested to merge 41-typer-instead-of-click into main
  • I updated click to typer
  • Typer can use Enums for selections → I introduced a AuthTypes enums
  • I updated from click.CLiRunner to typer.CliRunner for the tests
  • I adjusted the --debug and --silent Option to Typer notation.
  • I added the --version option for git slatex and slatex
  • I added rich as a dependency, but optional for python3.6 because you cannot install it for this python3.6

Closes #41 and #35

Edited by Patrick Stöckle

Merge request reports