mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-15 00:17:29 +00:00
chore: Upgrade
This commit is contained in:
parent
7e720deb48
commit
8051535b12
3 changed files with 296 additions and 424 deletions
708
Cargo.lock
generated
708
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -62,7 +62,7 @@ doc = false
|
|||
[dependencies]
|
||||
cobalt-config = { version = "=0.18.1", path = "crates/config", features = ["unstable"] }
|
||||
cobalt-core = { version = "=0.18.1", path = "crates/core", features = ["unstable"] }
|
||||
clap = { version = "4.0", features = ["derive", "wrap_help"] }
|
||||
clap = { version = "4.1", features = ["derive", "wrap_help"] }
|
||||
clap-verbosity-flag = "2.0"
|
||||
proc-exit = "2"
|
||||
yansi = "0.5.1"
|
||||
|
@ -109,7 +109,7 @@ html-minifier = {version="3.0", optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
trycmd = "0.14"
|
||||
snapbox = { version = "0.4.3", features = ["diff"] }
|
||||
snapbox = { version = "0.4.4", features = ["diff"] }
|
||||
|
||||
[features]
|
||||
default = ["syntax-highlight", "sass", "serve", "html-minifier"]
|
||||
|
|
|
@ -21,15 +21,15 @@ Options:
|
|||
-q, --quiet... Less output per occurrence
|
||||
--color <WHEN> Controls when to use color [default: auto] [possible values: auto, always,
|
||||
never]
|
||||
-h, --help Print help information
|
||||
-V, --version Print version information
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
|
||||
$ cobalt --non-existent
|
||||
? failed
|
||||
error: Found argument '--non-existent' which wasn't expected, or isn't valid in this context
|
||||
error: unexpected argument '--non-existent' found
|
||||
|
||||
Usage: cobalt[EXE] [OPTIONS] <COMMAND>
|
||||
|
||||
For more information try '--help'
|
||||
For more information, try '--help'.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue