We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a23b44 commit 0f8138fCopy full SHA for 0f8138f
1 file changed
issues_by_dev.py
@@ -85,7 +85,9 @@ def main() -> None:
85
"-m", "--markdown", action="store_true", help="Output in Markdown"
86
)
87
parser.add_argument("--links", action="store_true", help="Add links")
88
- parser.add_argument("--limit", type=int, help="Limit to this number of usernames")
+ parser.add_argument(
89
+ "-n", "--number", type=int, help="Limit to this number of usernames"
90
+ )
91
parser.add_argument("-j", "--json", action="store_true", help="output to JSON file")
92
args = parser.parse_args()
93
0 commit comments