Skip to content

feat: Add -v / --version CLI argument #1

Description

@leovanalphen

Add a -v / --version flag to mbuddy to display the current version.
This should read the version string from build-time variables (e.g., -X main.version=$(GIT_TAG) during build).

Acceptance Criteria:

Running mbuddy -v or mbuddy --version prints the semantic version.

Version comes from build metadata (not hard-coded).

Works consistently across Linux, Windows, macOS.

Metadata

Metadata

Assignees

Labels

clifeatNew features, functionality.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions