跳转到内容

cnb-rs pr update

已迁移 → cnb-rs pr edit

P1 阶段将「改 PR 属性」统一到一个大一统命令 pr edit(借鉴 gh pr edit 设计),可一次改标题 / 描述 / 评审人 / 处理人 / 标签。

pr update 命令作为别名保留,原有脚本仍可用;--state flag 已移除,请改用:

旧用法新用法
cnb-rs pr update 42 --state closedcnb-rs pr close 42
cnb-rs pr update 42 --state opencnb-rs pr reopen 42
cnb-rs pr update 42 -t "X" -b "Y"cnb-rs pr edit 42 -t "X" -b "Y"pr update 仍可用)

完整说明见 cnb-rs pr edit

另请参阅

Released under the MIT License.