try to get completions going
Some checks failed
Rust / build (push) Failing after 33s

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964dcd3beb752ae2d3a90ab6e545815c692
This commit is contained in:
raf 2025-08-02 22:46:24 +03:00
commit 0174e390f3
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 71 additions and 1 deletions

View file

@ -10,3 +10,5 @@ publish = false
[dependencies]
clap.workspace = true
clap_complete.workspace = true
eh = { path = "../eh" }