1 2 3 4 5 6 7
use crate::args; use crate::errors::*; use crate::plot; pub async fn spawn(_check: args::Check, _ctx: plot::Ctx) -> Result<()> { bail!("Running `sh4d0wup check` is not supported on this platform"); }