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

Update command_maker.py #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

wpalhares
Copy link

Add delete option from command

Add delete option from command
Copy link

sonarcloud bot commented Nov 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@gchamon
Copy link
Owner

gchamon commented Nov 17, 2023

Hey there! Thanks for the pull request!

Could you elaborate a bit more on the use case? Maybe provide an example of how this argument is supposed to work. Thanks!

@wpalhares
Copy link
Author

wpalhares commented Nov 17, 2023 via email

@gchamon
Copy link
Owner

gchamon commented Nov 18, 2023

I am sorry, I wasn't clear about what I wanted. I understand that delete is an option in the underlying rsync command. What I really wanted to know is how this option would be used in the context of this package. Should it be exposed in the run command? Must the user always use get_rsync_command to use it?

Also, I don't see how this pull request passes --delete to the final list of flags. Have you tested this modification?

Maybe you could add this information to the readme.md and add tests to illustrate the use. If you don't have time, please outline how should I write the tests and the examples for the readme.md.

Thanks again for the interest in this project!

@wpalhares
Copy link
Author

wpalhares commented Nov 22, 2023 via email

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