@snapcommit/cli 3.9.10 → 3.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -925,6 +925,8 @@ async function executeGitHubCommand(intent) {
|
|
|
925
925
|
break;
|
|
926
926
|
case 'pr_show':
|
|
927
927
|
case 'pr_status':
|
|
928
|
+
case 'pr_view':
|
|
929
|
+
case 'pr_details':
|
|
928
930
|
let showPrNum = intent.target || intent.options?.number;
|
|
929
931
|
// Smart PR detection: "show my PR" / "show this PR"
|
|
930
932
|
if (!showPrNum) {
|