cutenode / cutenode/good-first-issue
add more cli options
Open
- Dominant language
- JavaScript
- Stars
- 832
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
we've set sort and order already in the module rather we can provide options to the _cli+module_
#### suggested options -
| Option | type | default | description |
| --- | --- | --- | --- |
| `first` | boolean | false | return the first/top result |
| `order` |enum [asc, desc] | asc | |
| `sort` | enum[comments, created, updated] | updated | |
| `open` | boolean | false | open the issue in browser |
Contributor guide
Assessment
This issue has not been assessed yet.