tngl 0.1.0

Repo-native TUI graph tool for code relationships
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.")
}