0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go0 stars (0 stars)0 forks (0 forks)user submission
enhancementgood first issue
Description
This issue does not include a description.
Contributor guide
- Tech stack
- go
- Domain
- cli
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 1
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 95
- Research direction
- Implement a version flag that prints the current version. Look for the main entry point (likely main.go) and use the flag package to define a version boolean flag. When set, print a version string (e.g., 'findmt v0.1.0') and exit. Update the help text accordingly. Consider adding a short alias v if the project uses one.