Resolve conflicts: keep pr command with show subcommand

This commit is contained in:
lyn
2026-04-01 17:08:49 +00:00
parent 3930adf362
commit bd41addc7d
3 changed files with 1 additions and 97 deletions

View File

@@ -37,7 +37,7 @@ case "$subcommand" in
"$SCRIPT_DIR/create-repo" "$@"
;;
pr)
"$SCRIPT_DIR/pr" "$@"
"$SCRIPT_DIR/pr" "$@"
;;
generate-access-token)
"$SCRIPT_DIR/generate-access-token" "$@"