Skip to content

Tags: wolf/dotx

Tags

v3.3.3

Toggle v3.3.3's commit message
v3.3.3 - Bugfix for

 Usage: typer [OPTIONS] [PATH_OR_MODULE] COMMAND [ARGS]...

 Run Typer scripts with completion, without having to create a package.
 You probably want to install completion for the typer command:
 $ typer --install-completion
 https://typer.tiangolo.com/

╭─ Arguments ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│   path_or_module      [PATH_OR_MODULE]  [default: None]                                                                             │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --app                       TEXT  The typer app object/variable to use. [default: None]                                             │
│ --func                      TEXT  The function to convert to Typer. [default: None]                                                 │
│ --version                         Print version and exit.                                                                           │
│ --install-completion              Install completion for the current shell.                                                         │
│ --show-completion                 Show completion for the current shell, to copy it or customize the installation.                  │
│ --help                            Show this message and exit.                                                                       │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ utils   Extra utility commands for Typer apps.                                                                                      │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ API changes

v3.3.2

Toggle v3.3.2's commit message
v3.3.2 - UX improvements for empty databases and missing sources

v3.3.1

Toggle v3.3.1's commit message
Allow uninstall when source package is deleted

v3.3.0

Toggle v3.3.0's commit message
Add --xdg flag for XDG Base Directory compliance

v3.2.0

Toggle v3.2.0's commit message
Release v3.2.0

Enhanced default ignore patterns to exclude documentation files (README, *.md)
by default. Users can override with negation patterns if needed.

v3.1.3

Toggle v3.1.3's commit message
Release v3.1.3

Type safety fix for ty type checker compatibility

v3.1.2

Toggle v3.1.2's commit message
Release v3.1.2

Critical bug fixes and documentation improvements:
- Fix dry-run default bug
- Improve error logging
- Add comprehensive documentation of algorithms and design decisions

v3.1.1

Toggle v3.1.1's commit message
Release v3.1.1: Fix dotx list package names

v3.1.0

Toggle v3.1.0's commit message
Release v3.1.0: Add path and which commands

v2.2.1

Toggle v2.2.1's commit message
Bump version to 2.2.1