Add "only" option to accumulate time into single units#45
Merged
Conversation
…rehensive tests Co-authored-by: markets <576701+markets@users.noreply.github.com>
Co-authored-by: markets <576701+markets@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Introduce a new option called "only" with the following allowed values: years, months, weeks, days. For example, when a user calls with "only: :weeks" accumulate all into weeks.
Add "only" option to accumulate time into single units
Aug 11, 2025
Owner
|
@copilot update from master please, the main change is that in master the CLI now uses OptParser, so update that part. |
…only option Co-authored-by: markets <576701+markets@users.noreply.github.com>
Contributor
Author
Updated the CLI to use OptionParser structure from master branch. The |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a new
onlyoption that allows users to accumulate all time differences into a single specified unit, rather than using the default mixed-unit format.New Functionality
The
onlyoption accepts four values::years,:months,:weeks, and:days. When specified, it converts the entire time difference into that single unit:Integration with Existing Features
The
onlyoption works seamlessly with all existing functionality:Implementation Details
onlyoption in the core timeago methodTesting
Documentation
--only/-oflag with OptionParseronlywith other optionsThis change addresses the need for users who want consistent time units in their output, particularly useful for data visualization, APIs, or when specific unit granularity is required.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.