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

refactor: Move internal/cli to cli/ #2367

Merged
merged 1 commit into from
Mar 6, 2024
Merged

refactor: Move internal/cli to cli/ #2367

merged 1 commit into from
Mar 6, 2024

Conversation

michi-covalent
Copy link
Contributor

The goal of this commit is to simplify the package hierarchy a little bit. Using internal/ unnecessarily complicates the package hierarchy in this specific case. Most things are not exported anyways, and it adds an extra indirection for exporting from the cli package.

The goal of this commit is to simplify the package hierarchy a little
bit. Using internal/ unnecessarily complicates the package hierarchy in
this specific case. Most things are not exported anyways, and it adds an
extra indirection for exporting from the cli package.

Signed-off-by: Michi Mutsuzaki <[email protected]>
@michi-covalent michi-covalent marked this pull request as ready for review March 5, 2024 19:49
@michi-covalent michi-covalent requested a review from a team as a code owner March 5, 2024 19:49
@michi-covalent michi-covalent requested a review from tklauser March 5, 2024 19:49
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Mar 6, 2024
@tklauser tklauser merged commit 99aea5d into main Mar 6, 2024
13 checks passed
@tklauser tklauser deleted the pr/michi/cli-cleanup branch March 6, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants