Skip to content

Rename download --output to --dest to fix arg collision#2

Merged
dgrr merged 2 commits intodgrr:mainfrom
smcllns:main
Mar 21, 2026
Merged

Rename download --output to --dest to fix arg collision#2
dgrr merged 2 commits intodgrr:mainfrom
smcllns:main

Conversation

@smcllns
Copy link
Copy Markdown
Contributor

@smcllns smcllns commented Feb 12, 2026

Summary

  • messages download defines --output as a file path, which collides with the global --output enum (text/json/none/markdown)
  • This causes a clap panic on every invocation of messages download
  • Fix: rename the download arg to --dest / -d

Fixes #1

smcllns and others added 2 commits February 11, 2026 20:06
Enables markdown/html entity rendering so callers can use backtick
code spans to prevent Telegram from linkifying $TOKEN-style vars.
@dgrr dgrr merged commit cc47f38 into dgrr:main Mar 21, 2026
2 of 3 checks passed
@dgrr
Copy link
Copy Markdown
Owner

dgrr commented Mar 21, 2026

Sorry, I completely skipped this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

messages download panics: --output arg name collision with global --output

2 participants