Skip to content

Comments

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

Open
smcllns wants to merge 1 commit intodgrr:mainfrom
smcllns:main
Open

Rename download --output to --dest to fix arg collision#2
smcllns wants to merge 1 commit 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

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