Skip to content

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

Open
smcllns wants to merge 2 commits intodgrr:mainfrom
smcllns:main
Open

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

Conversation

@smcllns
Copy link

@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.
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

1 participant