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

Correct fish shell usage documentation #58

Merged
merged 1 commit into from
Apr 14, 2021
Merged

Correct fish shell usage documentation #58

merged 1 commit into from
Apr 14, 2021

Conversation

dallbee
Copy link
Contributor

@dallbee dallbee commented Apr 14, 2021

Fish shell uses &| for combined stderr and stdout piping, not ^|.

I think ^| was used in older (2.xx) versions of fish, but we fish users aren't exactly the type to keep an old version around 😄

Fish shell uses `&|` for combined stderr and stdout piping, not `^|`.
@codecov
Copy link

codecov bot commented Apr 14, 2021

Codecov Report

Merging #58 (9687baa) into master (1c1d1eb) will decrease coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #58     +/-   ##
========================================
- Coverage    90.1%   90.0%   -0.1%     
========================================
  Files          12      12             
  Lines        3464    3464             
========================================
- Hits         3120    3118      -2     
- Misses        280     281      +1     
- Partials       64      65      +1     
Impacted Files Coverage Δ
stack/stack.go 84.4% <0.0%> (-0.8%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1c1d1eb...9687baa. Read the comment docs.

@maruel
Copy link
Owner

maruel commented Apr 14, 2021

Thanks!

Looks like I have to update the CI. :/

@maruel maruel merged commit ce1c493 into maruel:master Apr 14, 2021
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.

2 participants