Support ClI argument for Version and Help
This commit is contained in:
parent
d1dc537c7b
commit
4a41aa1d86
3 changed files with 69 additions and 13 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -973,6 +973,12 @@ dependencies = [
|
|||
"inout",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clap_lex"
|
||||
version = "0.7.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
|
||||
|
||||
[[package]]
|
||||
name = "clipboard-win"
|
||||
version = "5.4.0"
|
||||
|
|
@ -1497,6 +1503,7 @@ name = "cosmic-term"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"alacritty_terminal",
|
||||
"clap_lex",
|
||||
"cosmic-files",
|
||||
"cosmic-text",
|
||||
"env_logger",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue