diff options
| author | 2025-02-07 01:41:37 -0600 | |
|---|---|---|
| committer | 2025-02-07 01:41:37 -0600 | |
| commit | 4f6f6d5d6a2ca04eaf525fbfb6f965e9200bae91 (patch) | |
| tree | 64782ab98f2746569285ec6d0e3720698fc55164 /Cargo.lock | |
| parent | wip: some changes (diff) | |
more work on cli
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -827,6 +827,18 @@ dependencies = [ ] [[package]] +name = "clap_complete" +version = "4.5.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "375f9d8255adeeedd51053574fd8d4ba875ea5fa558e86617b07f09f1680c8b6" +dependencies = [ + "clap", + "clap_lex", + "is_executable", + "shlex", +] + +[[package]] name = "clap_derive" version = "4.5.24" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2623,6 +2635,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] +name = "is_executable" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4a1b5bad6f9072935961dfbf1cced2f3d129963d091b6f69f007fe04e758ae2" +dependencies = [ + "winapi", +] + +[[package]] name = "is_terminal_polyfill" version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3515,6 +3536,7 @@ name = "ozone-cli" version = "0.1.0" dependencies = [ "clap", + "clap_complete", "log", "ozone", "simple_logger", |
