Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add rerun suggestions to the CLI #121

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

The CTA rerun logic looked at all values and checked if they were different from the default. This simplifies the logic by (mostly) only looking at values that were prompted. The only exceptions are:

Also includes a couple of internal refactors:

  • Unified the slugification logic into a slugify function
  • Streamlines @clack/prompts mocks a bit

💝

Copy link

vercel bot commented Jan 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
create ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 9:13pm

@JoshuaKGoldberg JoshuaKGoldberg merged commit 1d82f53 into main Jan 6, 2025
12 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the rerun-suggestions branch January 6, 2025 21:19
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.35%. Comparing base (9934655) to head (3e830d5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
+ Coverage   98.31%   98.35%   +0.03%     
==========================================
  Files         172      174       +2     
  Lines        5987     6124     +137     
  Branches      886      896      +10     
==========================================
+ Hits         5886     6023     +137     
  Misses         98       98              
  Partials        3        3              

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

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.

🚀 Feature: CLI re-run suggestions
1 participant