Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pr command scriptability improvements #1373

Merged
merged 5 commits into from Jul 21, 2020
Merged

pr command scriptability improvements #1373

merged 5 commits into from Jul 21, 2020

Commits on Jul 20, 2020

  1. pr command scriptability improvements

    This commit improves behavior and error handling for pr commands when
    run unattached to a tty.
    
    - error if pr create and no -t/-f
    - error if pr create and -w
    - machine readable pr list
    - machine readable pr view
    - various cleanup of informational messages
    vilmibm committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    168bd33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffcbce View commit details
    Browse the repository at this point in the history
  3. fix tests

    vilmibm committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    f30f931 View commit details
    Browse the repository at this point in the history
  4. collapse open/draft state

    vilmibm committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    fa92848 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. use colorableErr

    vilmibm committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    1137e40 View commit details
    Browse the repository at this point in the history