Skip to main content

PR-CLI

Pull Request - Command Line Interface

Installation

deno install --name pr-cli --allow-run --allow-read --allow-env https://deno.land/x/prcli/main.ts
  • Install Gum:
pr-cli install-deps

Or manually: https://github.com/charmbracelet/gum#installation

Completions

To get completions for pr-cli, add this to your .bashrc:

source <(pr-cli completions bash)

For other shells run pr-cli completions --help for instructions