Skip to content

gtl done

List pull requests and issues authored by the current GitHub user in a repository.

Usage

bash
gtl done [owner/repo|github-url] [flags]

Examples

bash
gtl done
gtl done owner/repo
gtl done https://github.com/owner/repo --state closed
gtl done owner/repo --user monalisa

Full Help

text
List pull requests and issues authored by the current GitHub user in a repository.

Usage:
  gtl done [owner/repo|github-url] [flags]

Examples:
gtl done
gtl done owner/repo
gtl done https://github.com/owner/repo --state closed
gtl done owner/repo --user monalisa

Flags:
  -h, --help           help for done
  -n, --limit int      Maximum PRs and issues to fetch per type (default 50)
      --state string   Item state: all, open, or closed (default "all")
      --user string    GitHub username to list instead of the current user

Released under the MIT License.