Skip to main content

run

Function run 

Source
pub fn run() -> Result<()>
Expand description

Runs the CLI: the shared entry point behind both the kasl and ka binaries.

Sets up tracing, handles the internal --daemon-run mode used when the watcher spawns itself, and otherwise dispatches the parsed command.

§Errors

Propagates whatever the executed command fails with.