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(cli): restructure commands and main #128

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

augustoccesar
Copy link
Collaborator

This cleans up the CLI main file and move commands under their own module.

@augustoccesar augustoccesar self-assigned this Dec 20, 2024
@augustoccesar augustoccesar marked this pull request as ready for review December 20, 2024 13:14
Comment on lines 42 to 50
// impl<'a> Default for StartArgs<'a> {
// fn default() -> Self {
// Self {
// config_arg: &None,
// no_tunnel: false,
// fresh_state: false,
// }
// }
// }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed / moved?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed on 63fea61

Copy link
Contributor

@ostenbom ostenbom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean!

@augustoccesar augustoccesar merged commit 562f5fa into main Dec 20, 2024
4 checks passed
@augustoccesar augustoccesar deleted the augustoccesar/restructure-commands branch December 20, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants