1 2 3 4 5
use anyhow::{Result, bail}; pub fn run() -> Result<()> { bail!("`tngl open` is not implemented yet. Static HTML export is not available.") }