//! `tt` binary entry point: a short-name alias for `todo-tree`. Reuses
//! `todo-tree`'s `app` module via `#[path]` so the two binaries share one
//! implementation with no runtime indirection.
#[path="../todo-tree/app/mod.rs"]modapp;fnmain()->color_eyre::eyre::Result<()>{app::run()}