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

feat(spin): Add support for --show-error for the spinner. #440

Closed

Commits on Oct 14, 2023

  1. feat(spin): Add support for --show-error for the spinner.

    This makes it so that if the `--show-error` flag is provided then the
    full output of the command will be printed if the command fails. This
    kind of works in conjuncture with `--show-output` in that if the command
    succeeds only STDOUT is pushed. If the command fails both `STDOUT` and
    `STDERR` are pushed.
    
    This builds off of charmbracelet#371
    
    Resolves charmbracelet#55
    elliotcourant committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    132f9f0 View commit details
    Browse the repository at this point in the history
  2. chore: Fix formatting

    elliotcourant committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a4e2dec View commit details
    Browse the repository at this point in the history