mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
committed by
GitHub
parent
c9bf9432e7
commit
860830d870
@@ -9,6 +9,15 @@
|
||||
</script>
|
||||
|
||||
<div>
|
||||
This binary can be run on the terminal and takes the following arguments:
|
||||
<ul>
|
||||
<li>--config PATH</li>
|
||||
<li>--theme light|dark|system</li>
|
||||
<li>--verbose</li>
|
||||
</ul>
|
||||
Additionally, it has a <i>update --background</i> subcommand.
|
||||
Note that the arguments are only parsed, not implemented.
|
||||
<br>
|
||||
<button class="button" id="cli-matches" on:click={cliMatches}>
|
||||
Get matches
|
||||
</button>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
import { getClient, Body } from "@tauri-apps/api/http";
|
||||
let httpMethod = "GET";
|
||||
let httpUrl = "";
|
||||
let httpUrl = "https://jsonplaceholder.typicode.com/todos/1";
|
||||
let httpBody = "";
|
||||
|
||||
export let onMessage;
|
||||
|
||||
Reference in New Issue
Block a user