Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Print "updated" dates in the cli output #9

Open
mcwhittemore opened this issue Nov 20, 2017 · 4 comments
Open

Print "updated" dates in the cli output #9

mcwhittemore opened this issue Nov 20, 2017 · 4 comments

Comments

@mcwhittemore
Copy link
Contributor

As a follow up to #7, it would be nice in the updated times were printed as part of the markdown from the CLI tool. I think we can skip created as the issue number is printed which gives you a sense of how old the issue is.

Right now the output of the cli looks like this:

## check-file-dependencies

- [ ] [#1 - first issue](https://github.com/mapbox/check-file-dependencies/issues/new)
- [ ] [#2 - another issue](https://github.com/mapbox/check-file-dependencies/issues/new)
- [ ] [#3 - yet another issue](https://github.com/mapbox/check-file-dependencies/issues/new)

## missed-issues

- [ ] [#42 - Document the node module interface](https://github.com/mapbox/missed-issues/issues/new)

After this issue the output should look like:

## check-file-dependencies

**2017-11-18**

- [ ] [#1 - first issue](https://github.com/mapbox/check-file-dependencies/issues/new)
- [ ] [#2 - another issue](https://github.com/mapbox/check-file-dependencies/issues/new)

**2017-11-19**

- [ ] [#3 - yet another issue](https://github.com/mapbox/check-file-dependencies/issues/new)

## missed-issues

**2017-11-17**

- [ ] [#42 - Document the node module interface](https://github.com/mapbox/missed-issues/issues/new)
@mohit2agrawal
Copy link

Hi!! Can I take a look into this if nobody else is on it? Thanks...

@mcwhittemore
Copy link
Contributor Author

@mohit2agrawal Please do!

@mohit2agrawal
Copy link

mohit2agrawal commented Nov 25, 2017

@mcwhittemore Created PR #10. Please check.

@mcwhittemore
Copy link
Contributor Author

Closed via #10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants