Add 'show' command to display card details including attachments and comments

This commit is contained in:
Felix Rudat
2026-01-27 14:38:39 +01:00
parent afb10313c5
commit 9d89a5f48c
4 changed files with 187 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ run:
uv run python scripts/planka_cli.py status
build:
uv run pyinstaller --onefile --name planka-cli --collect-all plankapy scripts/planka_cli.py
uv run pyinstaller --onefile --name planka-cli --collect-all plankapy --collect-submodules rich._unicode_data scripts/planka_cli.py
smoke: build
@set -e; \