Skip to content

Conversation

@Vikk-17
Copy link

@Vikk-17 Vikk-17 commented Oct 7, 2025

Added config support (issue #3)
Now user can configure --remote-path once and avoids having to re-specify them each run.

Implemented:

  • new module src/config.rs (serde model, file loader, merge helper)
  • load + merge logic integrated in main.rs

Copy link
Owner

@liamaharon liamaharon left a comment

Choose a reason for hiding this comment

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

Hey, thanks for the pr!

Please keep this pr limited to only adding config support, not any other new features or flags for now. If there's something that you need to add necessary for configs, please explain in the pr description.

I wonder if we could derive Config on the existing Args, instead of needing an entirely new AppConfig, have you tried that?

@liamaharon liamaharon added the enhancement New feature or request label Oct 9, 2025
@Vikk-17
Copy link
Author

Vikk-17 commented Oct 9, 2025

@liamaharon thanks for the feedback. Nah, I hvn't tried with Config. Let me try to do that instead of AppConfig.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants