Format numbers with separators
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4.7k
- Forks
- 258
- Avg merge
- 13h 31m
- Merged PRs (30d)
- 1
Description
Would you accept a PR that added an Option that formatted numbers with a separator, e.g. OptionSeparator("_") would format numbers as 1_048_576?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's option-handling and number-rendering entry points; the issue proposes an OptionSeparator("_") option. Confirm the existing option API and rendering behavior, then verify that numbers such as 1048576 are displayed as 1_048_576 when the option is enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100