Skip to content

Commit 9feb9a0

Browse files
authored
Temporarily remove markdown docs for CLI (#108)
1 parent aa47583 commit 9feb9a0

3 files changed

Lines changed: 2 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 11 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multitool"
3-
version = "0.3.1"
3+
version = "0.3.0"
44
edition = "2024"
55
default-run = "multi"
66
repository = "https://github.com/wack/multitool"
@@ -33,7 +33,6 @@ bigdecimal = { version = "0.4.7", features = ["serde-json"] }
3333
bon = "3.3.2"
3434
chrono = "0.4.38"
3535
clap = { version = "4.3", features = ["derive", "env"] }
36-
clap-markdown = { version = "0.1.4", optional = true }
3736
console = "0.15.8"
3837
derive-getters = "0.5.0"
3938
dialoguer = "0.11.0"
@@ -91,7 +90,6 @@ static_assertions.workspace = true
9190

9291
[features]
9392
proxy = ["dep:pingora"]
94-
markdown = ["dep:clap-markdown"] # Generate markdown docs for the CLI
9593

9694
# The profile that 'dist' will build with
9795
[profile.dist]

src/bin/markdown.rs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)