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

Use argh instead of clap. #9

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft

Use argh instead of clap. #9

wants to merge 25 commits into from

Conversation

TSnake41
Copy link
Member

@TSnake41 TSnake41 commented Mar 3, 2025

argh is a bit faster to compile and smaller in executable.

Although, we need to have enum support which only works on master branch (they haven't made a release yet).

TSnake41 and others added 25 commits November 22, 2024 10:27
Signed-off-by: Teddy Astie <[email protected]>
Try to make things more organized

Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
This avoids having to install VC++ runtime along with the service.

Signed-off-by: Tu Dinh <[email protected]>
We don't need it, and it significantly bloats up binary size and
compilation time.

Signed-off-by: Tu Dinh <[email protected]>
* Use async syntax for GuestAgentPublisher::run()

Signed-off-by: Teddy Astie <[email protected]>
* Use smol instead of tokio
* Use flume instead of futures::mpsc

Signed-off-by: Teddy Astie <[email protected]>
@TSnake41 TSnake41 marked this pull request as draft March 3, 2025 10:04
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.

2 participants