From 8802d4f404558b46f0bce6c0542d687cc9cc7608 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 17:24:18 +0200 Subject: [PATCH] Automated documentation update [skip ci] (#6) Co-authored-by: github-actions[bot] --- src/starship.rs/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/starship.rs/README.md diff --git a/src/starship.rs/README.md b/src/starship.rs/README.md new file mode 100644 index 0000000..514648c --- /dev/null +++ b/src/starship.rs/README.md @@ -0,0 +1,24 @@ + +# starship.rs (starship.rs) + +Install "starship" binary + +## Example Usage + +```json +"features": { + "ghcr.io/devcontainer-community/devcontainer-features/starship.rs:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Version of "starship" to install. | string | latest | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainer-community/devcontainer-features/blob/main/src/starship.rs/devcontainer-feature.json). Add additional notes to a `NOTES.md`._