Skip to content

Releases: initd-fr/paststack

0.1.6

08 Apr 02:53

Choose a tag to compare

Correctif terminal (VS Code / Cursor)

  • Le questionnaire utilise /dev/tty sur macOS/Linux pour lire et afficher les questions quand c’est possible, afin d’éviter un stdin incorrect dans le terminal intégré.

Variables d’environnement

  • PASTSTACK_USE_STDIN=1 — forcer stdin/stdout (ex. scripts avec pipe).
  • PASTSTACK_USE_QUESTIONARY=1 — interface questionary au lieu du mode par défaut.

Installation

pip install -U "paststack>=0.1.6" --no-cache-dir

paststack 0.1.5

08 Apr 02:47

Choose a tag to compare

0.1.5

  • Questionnaire CLI en stdin/stdout (meilleure compatibilité terminal VS Code / Cursor).
  • Workflow GitHub Actions pour publier automatiquement sur PyPI (publish-pypi.yml).