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

Fixes option passing in the watcher command #6

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

danschmidt5189
Copy link
Contributor

The Watcher receives options as a hash parsed by Thor, but needs to pass them back to the system call as standard string CLI arguments. This commit adds a new arguments method which converts from the options hash to an array of option/values in sequence.

The Watcher receives options as a hash parsed by Thor, but needs to
pass them back to the system call as standard string CLI arguments.
This commit adds a new `arguments` method which converts from the
options hash to an array of option/values in sequence.
@danschmidt5189 danschmidt5189 merged commit f56b5bd into main Nov 16, 2023
4 checks passed
@danschmidt5189 danschmidt5189 deleted the DP-827-secure_flags_refactoring branch November 16, 2023 19:59
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.

1 participant