Skip to content

fix(cmd): resolve flag alias collision between --gzip and --text in @… - #43

Open
Adityakk9031 wants to merge 1 commit into
agentmail-to:mainfrom
Adityakk9031:#39
Open

fix(cmd): resolve flag alias collision between --gzip and --text in @…#43
Adityakk9031 wants to merge 1 commit into
agentmail-to:mainfrom
Adityakk9031:#39

Conversation

@Adityakk9031

Copy link
Copy Markdown

Summary

Fixes a flag alias collision in the hidden @manpages command where both --gzip and --text were using -z as their short flag alias.

Changes

  • Changed the short flag alias for --text from -z to -t in pkg/cmd/cmd.go.
  • Left -z exclusively for --gzip.

Closes

Closes #39

@Adityakk9031

Copy link
Copy Markdown
Author

@Haakam21 and @SanjithSambath have a look

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.

Flag alias collision in @manpages command: --gzip and --text both use -z

1 participant