Forrest logo
back to the glab tool

glab-issue:tldr:009d5

glab-issue: List closed issues made by a specific user.
$ glab issue list --closed --author ${username}
try on your machine

This command appears to be using the "glab" command-line interface tool to retrieve a list of closed issues associated with a specific user.

Here's a breakdown of the command:

  • glab: This is the command to invoke the glab tool.
  • issue list: This is a sub-command specifically used to list issues.
  • --closed: This flag is used to specify that only closed issues should be displayed.
  • --author ${username}: This flag is used to filter the issues based on the specified author's username. You need to replace ${username} with the actual username you want to filter by.

By running this command, the glab tool will retrieve a list of closed issues for the specified user.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the glab tool