Function perseus_cli::snoop_build[][src]

pub fn snoop_build(dir: PathBuf) -> Result<i32, ExecutionError>
Expand description

Runs static generation processes directly so the user can see detailed logs. This is commonly used for allowing users to see dbg! and the like in their builder functions.