Skip to content

refactor(cmd): Rename util_ prefixed files to descriptive names#134

Merged
retr0h merged 1 commit intomainfrom
refactor/rename-util-cmd-files
Feb 17, 2026
Merged

refactor(cmd): Rename util_ prefixed files to descriptive names#134
retr0h merged 1 commit intomainfrom
refactor/rename-util-cmd-files

Conversation

@retr0h
Copy link
Collaborator

@retr0h retr0h commented Feb 17, 2026

Drop the util_ prefix from helper files in cmd/ to follow the convention used by major Cobra CLI projects (Docker CLI, NATS CLI). Renames: util_validate.go → validate.go, util_log.go → log.go, util_ui.go → ui.go.

🤖 Generated with Claude Code

Drop the `util_` prefix from helper files in `cmd/` to follow
the convention used by major Cobra CLI projects (Docker CLI,
NATS CLI). Renames: util_validate.go → validate.go,
util_log.go → log.go, util_ui.go → ui.go.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link
Contributor

Thank you for contributing to this project! 😊🕹️

@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #134   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           92        92           
  Lines         2064      2064           
=========================================
  Hits          2064      2064           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aacdb08...0229395. Read the comment docs.

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

@retr0h retr0h merged commit 4ee8360 into main Feb 17, 2026
7 checks passed
@retr0h retr0h deleted the refactor/rename-util-cmd-files branch February 18, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments