devcontainers-contrib / features

🐳 Extra add-in features for Devcontainers and GitHub Codespaces
MIT License
241 stars 126 forks source link

[Bug]: Readme of pipx-pacakge does not include all the options #494

Closed mirzaprangon closed 1 year ago

mirzaprangon commented 1 year ago

Feature id and version

ghcr.io/devcontainers-contrib/features/pipx-package:1

Devcontainer base Image

NA

What happened?

The readme of the feature ghcr.io/devcontainers-contrib/features/pipx-package shows option of only package, version and injections. Using only these options, many packages can not be installed. Some packages require the option --include-deps of pipx, like mkdocs-material. The --include-deps can be enabled by setting the INCLUDEDEPS option of this feature to true. Default is false.

There are several other options supported by the feature but not written in the readme.

Relevant log output

No response