From 81fc72630340965180842c73d6e2aadcfe6d3b3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Jul 2025 21:05:03 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/postgresql-client/README.md | 7 +++++-- src/uv/README.md | 8 +++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/postgresql-client/README.md b/src/postgresql-client/README.md index 4d8f7bf..3237400 100644 --- a/src/postgresql-client/README.md +++ b/src/postgresql-client/README.md @@ -1,7 +1,7 @@ # PostgreSQL Client (postgresql-client) -A feature adding the postgrsql client cli +PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads. ## Example Usage @@ -16,6 +16,9 @@ A feature adding the postgrsql client cli | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Select the major version of postgres | string | 16 | + + + --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/robbert229/devcontainer-features/blob/main/src/postgresql-client/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/mjavint/devcontainer-features/blob/main/src/postgresql-client/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/uv/README.md b/src/uv/README.md index 82531a8..8ce2fef 100644 --- a/src/uv/README.md +++ b/src/uv/README.md @@ -1,6 +1,7 @@ -# uv/uvx (uv) -Tool to replace pip, pip-tools, pipx, poetry, pyenv, virtualenv, and more. +# uv (uv) + +An extremely fast Python package and project manager, written in Rust. ## Example Usage @@ -14,7 +15,8 @@ Tool to replace pip, pip-tools, pipx, poetry, pyenv, virtualenv, and more. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| version | Version of UV to install. Accepts versions with 'v' prefix. | string | latest | +| version | Select the version to install. | string | latest | +| shellautocompletion | Enable or disable uv and uvx autocompletion. | boolean | false |