feat: add support for launch arguments (#40)

Reviewed-on: #40
This commit was merged in pull request #40.
This commit is contained in:
2026-08-02 07:10:44 +00:00
parent 4f52fc52df
commit dbfee32d55
7 changed files with 64 additions and 57 deletions

14
Cargo.lock generated
View File

@@ -1369,6 +1369,7 @@ dependencies = [
"gpui_platform",
"gpui_windows",
"log",
"nostr-sdk",
"person",
"reqwest_client",
"settings",
@@ -3988,15 +3989,6 @@ dependencies = [
"libc",
]
[[package]]
name = "matchers"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
dependencies = [
"regex-automata",
]
[[package]]
name = "maybe-rayon"
version = "0.1.1"
@@ -7477,14 +7469,10 @@ version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex-automata",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]