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

handle non-zero exit codes, newlines, empty strings in stdout #513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

youngspe
Copy link

Allow commands that return a non-zero exit code to be either hidden or shown with a color scheme indicating failure. Additionally, allow the user to specify that empty or all-whitespace output strings should hide the segment rather than inserting an empty segment.

This also fixes the issue where output strings with newlines could mess up the prompt by putting newline segments in between lines. Also handle the case where no command is provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant