fn watch_command(args: Vec<String>) -> Command
Converts a list of arguments to a watchexec::Command.
watchexec::Command
The first index in args is the path to the executable.
args
Panics if args is empty.