[desktop] Add tauri logs

This commit is contained in:
Vladimir Stoilov
2024-07-26 15:58:27 +03:00
parent 22a288c66b
commit e92da53703
5 changed files with 65 additions and 9 deletions

View File

@@ -22,6 +22,11 @@
"name": "background",
"description": "Start in the background without opening a window"
},
{
"name": "log",
"description": "Log level to use: off, error, warn, info, debug, trace",
"takesValue": true
},
{
"name": "with-notifications",
"description": "Enable experimental notifications via Tauri. Replaces the notifier app."
@@ -29,7 +34,7 @@
{
"name": "with-prompts",
"description": "Enable experimental prompt support via Tauri. Replaces the notifier app."
}
},
]
}
},