restructuring

This commit is contained in:
nora 2022-02-20 14:59:54 +01:00
parent ed4a107c44
commit 9b48dec533
12 changed files with 1988 additions and 1586 deletions

View file

@ -12,6 +12,7 @@ async fn main() -> Result<()> {
for arg in env::args().skip(1) {
match arg.as_str() {
"--debug" => level = Level::DEBUG,
"--trace" => level = Level::TRACE,
"--dashboard" => dashboard = true,
"ignore-this-clippy" => eprintln!("yes please"),