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

Commits on Nov 16, 2023

  1. Fixes option passing in the watcher command

    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 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b70b26c View commit details
    Browse the repository at this point in the history