Skip to main content

Crate crabtalk_command

Crate crabtalk_command 

Source

Re-exports§

pub use service::Service;
pub use service::install;
pub use service::is_installed;
pub use service::render_service_template;
pub use service::uninstall;
pub use service::verbose_flag;
pub use service::view_logs;
pub use anyhow;
pub use wcore;

Modules§

service
Shared system service management (launchd/systemd).

Functions§

run
Shared entry point: init tracing from -v count (falling back to RUST_LOG), build a tokio runtime, run the given async closure, and exit on error.

Attribute Macros§

command