Skip to main content

execute

Function execute 

Source
pub fn execute(
    cli: &Cli,
    path: Option<String>,
    threads: Option<usize>,
    debounce: Option<u64>,
    _show_stats: bool,
    build_if_missing: bool,
) -> Result<()>
Expand description

Execute the watch command.

ยงErrors

Returns an error if the index cannot be loaded or watch mode fails.