Skip to content

Commit

Permalink
feat: Add set up, health and completion flags
Browse files Browse the repository at this point in the history
  • Loading branch information
caprilesport committed Feb 5, 2024
1 parent 0a24ce6 commit 0d5d3af
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 125 deletions.
30 changes: 30 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ rust-version = "1.65.0"
[dependencies]
anyhow = "1.0.69"
clap = { version = "4.0", features = ["derive"] }
clap_complete = "4.4.10"
dialoguer = {version = "0.11.0", features = ["completion", "fuzzy-select"]}
dirs = "5.0.1"
edit = "0.1.5"
include_dir = "0.7.3"
serde = {version = "1.0.152", features = ["derive"]}
serde_json = "1.0.111"
tera = "1"
Expand Down
Loading

0 comments on commit 0d5d3af

Please sign in to comment.