PKGCTL-ISSUE-CLOSE(1) | PKGCTL-ISSUE-CLOSE(1) |
NAME
pkgctl-issue-close - Close an issue
SYNOPSIS
pkgctl issue close [OPTIONS] [IID]
DESCRIPTION
This command is used to close an issue in Arch Linux packaging projects. It finalizes the issue by marking it as resolved and optionally providing a reason for its closure.
To edit an issue, users must specify the issue ID (IID). By default, the command operates within the current directory, but users have the option to specify a different package base.
Users can provide a message directly through the command line to explain the reason for closing the issue. For more detailed or precise reasons, users can opt to edit the closure message using a text editor before submitting it. Additionally, a specific resolution label can be set to categorize the closure reason, with the default label being "completed."
OPTIONS
-p, --package PKGBASE
-m, --message MSG
-e, --edit
-r, --resolution REASON
-h, --help
HOMEPAGE
https://gitlab.archlinux.org/archlinux/devtools
Please report bugs and feature requests in the issue tracker. Please do your best to provide a reproducible test case for bugs.
2024-12-04 |