Skip to content

Add short form aliases -i and -e for --include and --exclude#69

Merged
davidnortonjr merged 1 commit into
mainfrom
issue-64-short-flag-aliases
Mar 29, 2026
Merged

Add short form aliases -i and -e for --include and --exclude#69
davidnortonjr merged 1 commit into
mainfrom
issue-64-short-flag-aliases

Conversation

@davidnortonjr

Copy link
Copy Markdown
Member

Summary

  • Adds -i as a short alias for --include
  • Adds -e as a short alias for --exclude

Closes #64

Test plan

  • kubectl x -i mycontext get pods works the same as kubectl x --include mycontext get pods
  • kubectl x -e mycontext get pods works the same as kubectl x --exclude mycontext get pods
  • Help output shows the new short flags

🤖 Generated with Claude Code

Closes #64

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@davidnortonjr davidnortonjr merged commit 4e19097 into main Mar 29, 2026
5 checks passed
@davidnortonjr davidnortonjr deleted the issue-64-short-flag-aliases branch March 29, 2026 20:59
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.

add short forms for --include and --exclude

1 participant