Well, it's true

This commit is contained in:
John Doty 2022-10-07 17:31:10 +00:00
parent ac80579bf3
commit 5b941cbe47

View file

@ -558,6 +558,8 @@ async fn client_main<Reader: AsyncRead + Unpin, Writer: AsyncWrite + Unpin>(
}
}
// TODO: An actual proper UI.
#[tokio::main]
async fn main() {
let args: Vec<String> = std::env::args().collect();