Skip to content

Conversation

@pingsutw
Copy link
Member

@pingsutw pingsutw commented Jun 30, 2025

Summary

  • Remove -i short flag from poll_interval parameter to avoid conflicts with other CLI options

it will remove the click warning from cli

Screenshot 2025-06-30 at 1 24 40 PM

Test plan

  • Verify CLI options work without conflicts
  • Test that --poll-interval parameter functions correctly
  • Ensure no regression in existing functionality

🤖 Generated with Claude Code

Summary by Bito

This pull request resolves a conflict in the CLI options by removing the short flag '-i' from the 'poll_interval' parameter, ensuring the '--poll-interval' option works correctly. The changes enhance CLI usability while preserving existing functionality.

Remove -i short flag from poll_interval parameter to avoid conflicts
with other CLI options that may use the same short flag.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@codecov
Copy link

codecov bot commented Jun 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.55%. Comparing base (147c405) to head (597d76c).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3286      +/-   ##
==========================================
+ Coverage   49.31%   52.55%   +3.23%     
==========================================
  Files         369      215     -154     
  Lines       29804    22539    -7265     
  Branches     2967     2967              
==========================================
- Hits        14698    11845    -2853     
+ Misses      14993     9971    -5022     
- Partials      113      723     +610     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pingsutw pingsutw merged commit 6583b3b into master Jul 2, 2025
115 of 117 checks passed
Atharva1723 pushed a commit to Atharva1723/flytekit that referenced this pull request Oct 5, 2025
…lyteorg#3286)

Remove -i short flag from poll_interval parameter to avoid conflicts
with other CLI options that may use the same short flag.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <[email protected]>
Signed-off-by: Atharva <[email protected]>
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.

3 participants