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:
Outputs:

To Reproduce
Steps to reproduce the behavior:
- Install Wheels CLI
- Run:
- Compare output with documentation
- 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
Describe the bug
The Wheels Guides documentation describes a three-line version output for the wheels --version command, including:
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:
Actual behavior
Running:
Outputs:

To Reproduce
Steps to reproduce the behavior:
Expected behavior
The CLI output should match the documented format and include:
OR the documentation should be updated to reflect the actual CLI output format.
Actual behavior
Desktop