Skip to content

Commit 41abe8f

Browse files
Merge pull request #122 from hypha-space/orlandohohmeier/improve-cli-ux
Improve CLI UX
2 parents 39bb743 + 7e6fbb8 commit 41abe8f

File tree

17 files changed

+1431
-258
lines changed

17 files changed

+1431
-258
lines changed

Cargo.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ciborium = "0.2.2"
3535
clap = { version = "4.5.31", features = ["derive"] }
3636
documented = "0.9.2"
3737
figment = { version = "0.10", features = ["toml", "env"] }
38+
indoc = "2"
3839
futures-util = "0.3"
3940
http-body-util = "0.1.3"
4041
hypha-config = { path = "crates/config" }

crates/certutil/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ path = "src/main.rs"
1212

1313
[dependencies]
1414
clap.workspace = true
15+
indoc.workspace = true
1516
rcgen.workspace = true
1617
rustls.workspace = true
1718
thiserror.workspace = true
1819
time = "0.3.41"
1920

2021
[build-dependencies]
22+
indoc.workspace = true
2123
clap.workspace = true
2224
clap-markdown = "0.1.5"

0 commit comments

Comments
 (0)