diff --git a/Cargo.lock b/Cargo.lock index a34fc6da..a187330c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,10 +725,10 @@ dependencies = [ [[package]] name = "clap-markdown" version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325f50228f76921784b6d9f2d62de6778d834483248eefecd27279174797e579" +source = "git+https://github.com/ruben-arts/clap-markdown?branch=main#bc771f47df47b7b3968c8d08c89372fcd91b5be3" dependencies = [ "clap", + "indexmap 2.4.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f484c881..a60e02f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,7 +169,7 @@ pre-build = [ "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH", ] -# [patch.crates-io] +[patch.crates-io] # rattler = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" } # rattler_conda_types = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" } # rattler_digest = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" } @@ -181,7 +181,7 @@ pre-build = [ # rattler_solve = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" } # rattler_virtual_packages = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" } # rattler_package_streaming = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" } -# clap-markdown = { git = "https://github.com/ruben-arts/clap-markdown", branch = "main" } +clap-markdown = { git = "https://github.com/ruben-arts/clap-markdown", branch = "main" } # rattler = { path = "../rattler/crates/rattler" } diff --git a/docs/reference/cli.md b/docs/reference/cli.md index b595c3a1..0d9bc2db 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -182,6 +182,11 @@ Build a package from a recipe - Possible values: `true`, `false` +- `--extra-meta ` + + Extra metadata to include in about.json + + ###### **Modifying result** - `--package-format `