watch_command

Function watch_command 

Source
fn watch_command(args: Vec<String>) -> Command
Expand description

Converts a list of arguments to a watchexec::Command.

The first index in args is the path to the executable.

ยงPanics

Panics if args is empty.