Skip to content

docs: correct stale command example output#34

Merged
andrew merged 1 commit into
git-pkgs:mainfrom
abhinavgautam01:docs/stale-output-281
Jul 17, 2026
Merged

docs: correct stale command example output#34
andrew merged 1 commit into
git-pkgs:mainfrom
abhinavgautam01:docs/stale-output-281

Conversation

@abhinavgautam01

Copy link
Copy Markdown
Contributor

Closes git-pkgs/git-pkgs#281
Updates the git pkgs stale --days=365 example in the Stale documentation to match the current CLI text output.

The previous example showed an obsolete table header and commit column. The command now prints each dependency as:

$ git pkgs stale --days=365
left-pad             2.0.1  (1842 days)  2019-03-15
moment               1.1.0  (1395 days)  2020-06-01
request              5.3.2  (1107 days)  2021-01-10

@andrew

andrew commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Thanks!

@andrew
andrew merged commit 5c85b79 into git-pkgs:main Jul 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Example output for git pkgs stale in the documentation does not match actual output format

2 participants