···1313async fn main() -> anyhow::Result<()> {
1414 log_setup();
15151616- if std::env::args().count() == 1 {
1717- return gui::run().await;
1818- }
1616+ // One day I may get back to this.
1717+ // Today is not one of those days.
1818+ //
1919+ // if std::env::args().count() == 1 {
2020+ // return gui::run().await;
2121+ // }
19222023 let c = cli::Cli::parse();
2124