mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat(package): Add Maven pom.xml version support (#1511)
* Add gitignore for Emacs backup files. * Add package version support for Maven pom.xml. * Update docs with Maven package version support. * Fix for clippy.
This commit is contained in:
@@ -1629,7 +1629,7 @@ package, and shows its current version. The module currently supports `npm`, `ca
|
||||
- **julia** - The package version is extracted from the `Project.toml` present
|
||||
- **mix** - The `mix` package version is extracted from the `mix.exs` present
|
||||
- **helm** - The `helm` chart version is extracted from the `Chart.yaml` present
|
||||
|
||||
- **maven** - The `maven` package version is extracted from the `pom.xml` present
|
||||
|
||||
> ⚠️ The version being shown is that of the package whose source code is in your
|
||||
> current directory, not your package manager.
|
||||
|
||||
Reference in New Issue
Block a user