Skip to content

Commit

Permalink
fix: CLI docs (#1036)
Browse files Browse the repository at this point in the history
* fix: CLI docs

By running `pixi run generate-cli-docs`

* Add patch again
  • Loading branch information
Hofer-Julian authored Sep 2, 2024
1 parent b9e34a7 commit a7ae7bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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" }
Expand Down
5 changes: 5 additions & 0 deletions docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ Build a package from a recipe
- Possible values: `true`, `false`


- `--extra-meta <EXTRA_META>`

Extra metadata to include in about.json


###### **Modifying result**

- `--package-format <PACKAGE_FORMAT>`
Expand Down

0 comments on commit a7ae7bb

Please sign in to comment.