devcontainers-contrib / features

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

Readme of pipx-pacakge does not include all the options #495

Open mirzaprangon opened 11 months ago

mirzaprangon commented 11 months ago

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

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.