Skip to content

wheels --version output does not match documentation (missing LuCLI and Java details) #2431

@zainforbjs

Description

@zainforbjs

Describe the bug
The Wheels Guides documentation describes a three-line version output for the wheels --version command, including:

  • Wheels version
  • LuCLI version
  • Java version
    However, the actual CLI output does not match this format.

Documentation reference
On the installation guide page:
https://guides.wheels.dev/v4-0-0-snapshot/command-line-tools/installation/

It states:

Wheels 4.0.0-SNAPSHOT+1523 (snapshot)
LuCLI 0.3.7
Java 21.0.8

Actual behavior
Running:

wheels --version

Outputs:
Image

To Reproduce
Steps to reproduce the behavior:

  1. Install Wheels CLI
  2. Run:
wheels --version
  1. Compare output with documentation
  2. Observe a mismatch

Expected behavior
The CLI output should match the documented format and include:

  • Wheels version
  • LuCLI version
  • Java version
    OR the documentation should be updated to reflect the actual CLI output format.

Actual behavior

  • Output only shows Wheels version
  • Includes ASCII banner instead
  • Missing:
    • LuCLI version
    • Java version

Desktop

  • OS: Any
  • CLI Version: 4.0.0-SNAPSHOT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions