Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] keep CLI device names in an easy to read Vec
Instead of reading from the clap arguments, store the unwrapped device list into a Vec (potentially empty). This is convenient to check if a given device name is one of the names given by the user. `keyboard_devices` has also been updated to use this new variable.
- Loading branch information