mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
chore: update clap (#19467)
Also switches to use defer for all subcommands besides run.
This commit is contained in:
parent
ea97af312f
commit
e1be2bb80d
3 changed files with 747 additions and 660 deletions
|
@ -60,9 +60,9 @@ base32 = "=0.4.0"
|
|||
base64.workspace = true
|
||||
cache_control.workspace = true
|
||||
chrono = { version = "=0.4.22", default-features = false, features = ["std"] }
|
||||
clap = { version = "=4.1.10", features = ["string"] }
|
||||
clap_complete = "=4.1.5"
|
||||
clap_complete_fig = "=4.1.2"
|
||||
clap = { version = "=4.3.3", features = ["string"] }
|
||||
clap_complete = "=4.3.1"
|
||||
clap_complete_fig = "=4.3.1"
|
||||
console_static_text.workspace = true
|
||||
data-url.workspace = true
|
||||
dissimilar = "=1.0.4"
|
||||
|
|
1308
cli/args/flags.rs
1308
cli/args/flags.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue