mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
restructuring
This commit is contained in:
parent
ed4a107c44
commit
9b48dec533
12 changed files with 1988 additions and 1586 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue