Usage#
nux versionDescription#
Prints build metadata: version, git commit, and build date.
Example output#
nux 0.5.0
commit: a1b2c3d
built: 2026-04-01T12:00:00ZWhen running a development build (via go install or go build without ldflags), the output shows placeholder values:
nux dev
commit: none
built: unknownChangelog#
See the GitHub releases page for release notes and changelogs.
Notes#
- Useful when reporting bugs or verifying that your PATH points to the expected install.
- Release builds embed version info via
-ldflagsat compile time.